From 31e3450a84df7c1c64617299180813c975fbb877 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 13 May 2013 01:34:28 +0200 Subject: bump to 0.5 and random fixes --- libsowatch/notificationsmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libsowatch') diff --git a/libsowatch/notificationsmodel.cpp b/libsowatch/notificationsmodel.cpp index 86adabc..53b714e 100644 --- a/libsowatch/notificationsmodel.cpp +++ b/libsowatch/notificationsmodel.cpp @@ -112,7 +112,6 @@ int NotificationsModel::fullCountByType(int type) const Notification* NotificationsModel::getMostRecentByType(Notification::Type type) const { if (!_list[type].empty()) { - qDebug() << "Returning most recent" << _list[type].first(); // TODO Actually get the most recent (sort by date) return _list[type].first(); } else { -- cgit v1.2.3