From dc17e7f4501cec96419740bf65ff588251bc5314 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 26 Mar 2017 23:31:08 +0200 Subject: [PATCH] upnpbrowser: reduce console output in selectDevice() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f10ecb6667f7c6177684f6c716772dd75605af02 Author: vanhofen Date: 2017-03-26 (Sun, 26 Mar 2017) Origin message was: ------------------ - upnpbrowser: reduce console output in selectDevice() ------------------ 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 2ace35ee8..fe34b271f 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -581,7 +581,7 @@ void CUpnpBrowserGui::selectDevice() #endif else { -printf("msg: %x\n", (int) msg); + //printf("msg: %x\n", (int) msg); if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all) loop = false; }