diff --git a/src/CallModel.hpp b/src/CallModel.hpp index a611b239ba904ffeff6b8d4c55adf12d7ac586e7..cff7ce9808ea661e696bac41aa5885e1b15e86b6 100644 --- a/src/CallModel.hpp +++ b/src/CallModel.hpp @@ -436,7 +436,6 @@ template<typename CallWidget, typename Index> const QStringList CallModel<CallWi ///Return the history list template<typename CallWidget, typename Index> const CallMap& CallModel<CallWidget,Index>::getHistory() { - qDebug() << "Getting history" << m_sHistoryCalls.count(); return m_sHistoryCalls; }