From 0e29101ae5f3753626ba447b83a9b8bd490de37e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 6 Mar 2016 16:59:33 +0100 Subject: [PATCH] fix i3 4.12 merge issue in src/commands.c (Thanks Airblader) --- src/commands.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.5