diff --git a/src/commands.c b/src/commands.c index c9580c28..0faf2775 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1168,9 +1168,6 @@ void cmd_split(I3_CMD, const char *direction) { } else { tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ)); } - - DLOG("matching: %p / %s\n", current->con, current->con->name); - tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ)); } cmd_output->needs_tree_render = true;