clean up all the extraneous logging

This commit is contained in:
Zandr Martin 2016-07-22 07:27:56 -05:00
parent be70f60e36
commit bc76fdbd9d
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
3 changed files with 1 additions and 8 deletions

View file

@ -202,7 +202,6 @@ void bar_run(struct bar *bar) {
render(output, bar->config, bar->status);
window_render(output->window);
wl_display_flush(output->registry->display);
sway_log(L_DEBUG, "sending arrange command");
ipc_send_arrange_command();
}
}