mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Removed some unnecessary logs
This commit is contained in:
parent
3cdeb9bd5e
commit
d12a786160
2 changed files with 0 additions and 3 deletions
|
|
@ -167,7 +167,6 @@ static void handle_wlc_ready(void) {
|
|||
sway_log(L_DEBUG, "Compositor is ready, executing cmds in queue");
|
||||
int i;
|
||||
for (i = 0; i < config->cmd_queue->length; ++i) {
|
||||
sway_log(L_DEBUG, "Handling command %s", config->cmd_queue->items[i]);
|
||||
handle_command(config, config->cmd_queue->items[i]);
|
||||
}
|
||||
list_free(config->cmd_queue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue