From bd1b3c210a6813aa9d1e25a56e37e224fe929a4d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 27 Mar 2017 08:11:49 +0200 Subject: [PATCH] upnpbrowser: reduce console output in updateTimes() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/324359d31d04e25463f9ea8f44e5223313aca39d Author: vanhofen Date: 2017-03-27 (Mon, 27 Mar 2017) Origin message was: ------------------ - upnpbrowser: reduce console output in updateTimes() ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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);