diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-17 02:49:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-17 02:49:13 +0100 |
commit | 455b98e89f98798154a7833bd8905e30b72eaa13 (patch) | |
tree | d71ce2908ed2219462ab72891c3ffce3b21fbfe5 /gui | |
parent | 8121d5c3cb55284b652710cd3cd7e64988752b67 (diff) |
gui/init: remove logspam
Diffstat (limited to 'gui')
-rw-r--r-- | gui/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/init.cpp b/gui/init.cpp index fde6f256..7580ba5f 100644 --- a/gui/init.cpp +++ b/gui/init.cpp @@ -158,7 +158,6 @@ int run_window(QApplication& app, std::unique_ptr<QWidget> main_window) app.setQuitOnLastWindowClosed(true); int status = app.exec(); - qDebug() << "exit status:" << status; return status; } |