mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 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
|
|
@ -72,7 +72,6 @@ struct sway_config *read_config(FILE *file, bool is_active) {
|
|||
// Any command which would require wlc to be initialized
|
||||
// should be queue for later execution
|
||||
list_t *args = split_string(line, " ");
|
||||
sway_log(L_DEBUG, "Checking command %s", line);
|
||||
if (strcmp("workspace", args->items[0]) == 0) {
|
||||
sway_log(L_DEBUG, "Deferring command %s", line);
|
||||
char *cmd = malloc(strlen(line) + 1);
|
||||
|
|
@ -92,7 +91,6 @@ _continue:
|
|||
}
|
||||
|
||||
if (success == false) {
|
||||
sway_log(L_DEBUG, "Config load failed, exiting");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue