mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
removed logging statement
This commit is contained in:
parent
80b32485d4
commit
79e7638791
1 changed files with 0 additions and 1 deletions
|
|
@ -340,7 +340,6 @@ void ipc_bar_init(struct bar *bar, const char *bar_id) {
|
|||
const char *subscribe_json = strcmp(bar->config->display_mode, "hide") == 0 ?
|
||||
"[ \"workspace\", \"mode\", \"modifier\" ]"
|
||||
: "[ \"workspace\", \"mode\" ]";
|
||||
sway_log(L_ERROR, subscribe_json);
|
||||
len = strlen(subscribe_json);
|
||||
res = ipc_single_command(bar->ipc_event_socketfd, IPC_SUBSCRIBE, subscribe_json, &len);
|
||||
free(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue