- upnpbrowser: reduce console output in selectDevice()

This commit is contained in:
svenhoefer
2017-03-26 23:31:08 +02:00
parent 833a65c9e4
commit f10ecb6667

View File

@@ -581,7 +581,7 @@ void CUpnpBrowserGui::selectDevice()
#endif #endif
else else
{ {
printf("msg: %x\n", (int) msg); //printf("msg: %x\n", (int) msg);
if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all) if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all)
loop = false; loop = false;
} }