fix i3 4.12 merge issue in src/commands.c (Thanks Airblader)

next
Michael Stapelberg 2016-03-06 16:59:33 +01:00
parent 7a057de969
commit 0e29101ae5
1 changed files with 0 additions and 3 deletions

View 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;