Removed debug

This commit is contained in:
Tristan B. Kildaire 2021-01-28 14:18:41 +02:00
parent 40342772c2
commit 302603a6f6
1 changed files with 0 additions and 2 deletions

View File

@ -290,8 +290,6 @@ public final class Connection : Thread
/* Set as the `foundChannel` */
foundUser = newUser;
gprintln(newUser.getBox());
/* Get the Widgets container for this channel and add a tab for it */
notebookSwitcher.add(newUser.getBox());
notebookSwitcher.setTabReorderable(newUser.getBox(), true);