# HG changeset patch # User Santeri Piippo # Date 1393194318 -7200 # Node ID 220e79cd6837bc0828f855f08785b6f3ed8d0273 # Parent 387b5e11c82532855ac693e1b8d1eced630f8ed3 - removed debug stuff diff -r 387b5e11c825 -r 220e79cd6837 src/Document.cc --- a/src/Document.cc Mon Feb 24 00:23:54 2014 +0200 +++ b/src/Document.cc Mon Feb 24 00:25:18 2014 +0200 @@ -1297,7 +1297,6 @@ if (g_win && f) { // A ton of stuff needs to be updated - log ("current: %1\n", m_curdoc); g_win->updateDocumentListItem (f); g_win->buildObjList(); g_win->updateTitle(); diff -r 387b5e11c825 -r 220e79cd6837 src/MainWindow.cc --- a/src/MainWindow.cc Mon Feb 24 00:23:54 2014 +0200 +++ b/src/MainWindow.cc Mon Feb 24 00:25:18 2014 +0200 @@ -929,12 +929,8 @@ // If this is the current file, it also needs to be the selected item on // the list. - log ("%1 <-> %2\n", f, getCurrentDocument()); if (f == getCurrentDocument()) - { - log ("New index: %1\n", f->getTabIndex()); m_tabs->setCurrentIndex (f->getTabIndex()); - } m_tabs->setTabText (f->getTabIndex(), f->getDisplayName());