]> git.sur5r.net Git - i3/i3/commitdiff
fix i3 4.12 merge issue in src/commands.c (Thanks Airblader) upstream/master
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2016 15:59:33 +0000 (16:59 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Mar 2016 15:59:46 +0000 (16:59 +0100)
src/commands.c

index c9580c28f2cd50a8523a18338f208f4209a5b3c9..0faf2775158889f49947f91d627fcd2118ebe899 100644 (file)
@@ -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;