Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 14, 2020
1 parent 9549f5d commit eb16819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,6 @@ static void handle_domain_config(FILE *rsp, struct token domain, char *message)
}
} else if (token_equals(value, ARGUMENT_CONFIG_LAYOUT_STACK)) {
if (space_is_user(sel_sid)) {
printf("setting stack layout for space with id: %lld", sel_sid);
view->layout = VIEW_STACK;
view->custom_layout = true;
view_clear(view);
Expand Down

0 comments on commit eb16819

Please sign in to comment.