diff options
Diffstat (limited to 'src/history/historymanager.cpp')
-rw-r--r-- | src/history/historymanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/history/historymanager.cpp b/src/history/historymanager.cpp index 6fe13b73..30184cef 100644 --- a/src/history/historymanager.cpp +++ b/src/history/historymanager.cpp @@ -85,7 +85,6 @@ HistoryManager::HistoryManager(QObject *parent) , m_historyLimit(0) , m_historyTreeModel(0) { - kDebug() << "loading history"; connect(this, SIGNAL(entryAdded(HistoryItem)), m_saveTimer, SLOT(changeOccurred())); connect(this, SIGNAL(entryRemoved(HistoryItem)), m_saveTimer, SLOT(changeOccurred())); connect(m_saveTimer, SIGNAL(saveNeeded()), this, SLOT(save())); |