aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index 7e1e800f..f1e42fd4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -17,10 +17,5 @@ int main(int argc, char *argv[])
main_app.send_ms_packet(f_packet);
main_app.w_lobby->show();
- //debug start
- Courtroom w_courtroom;
- w_courtroom.show();
- //debug end
-
return main_app.exec();
}