summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainwindow.cpp')
-rw-r--r--src/gui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp
index cdf7bea..b0ffdc6 100644
--- a/src/gui/mainwindow.cpp
+++ b/src/gui/mainwindow.cpp
@@ -102,7 +102,7 @@ QSplitter *MainWindow::splitter() const {
void MainWindow::closeEvent(QCloseEvent *event)
{
- qDebug() << "got close event";
+ //qDebug() << "got close event";
QSettings settings("tikzit", "tikzit");
settings.setValue("geometry-main", saveGeometry());