removed log i added by accident

This commit is contained in:
buffet 2019-04-10 11:41:47 +02:00
parent 9e6a347529
commit fe8b10a742

View file

@ -85,8 +85,6 @@ ipc_connection(int fd, uint32_t mask, void *UNUSED(data))
msg[msg_len] = '\0'; msg[msg_len] = '\0';
wlr_log(WLR_ERROR, "%s", msg);
// TODO: handle properly // TODO: handle properly
fclose(client_file); fclose(client_file);