From 324359d31d04e25463f9ea8f44e5223313aca39d Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 27 Mar 2017 08:11:49 +0200 Subject: [PATCH] - upnpbrowser: reduce console output in updateTimes() --- src/gui/upnpbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/upnpbrowser.cpp b/src/gui/upnpbrowser.cpp index fe34b271f..0bdec674c 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -1257,7 +1257,7 @@ void CUpnpBrowserGui::updateTimes(const bool force) updatePlayed = true; } - printf("updateTimes: force %d updatePlayed %d\n", force, updatePlayed); + //printf("updateTimes: force %d updatePlayed %d\n", force, updatePlayed); char play_time[8]; snprintf(play_time, 7, "%ld:%02ld", m_time_played / 60, m_time_played % 60);