]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
fix i3 4.12 merge issue in src/commands.c (Thanks Airblader)
[i3/i3] / 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;