upnpbrowser: reduce console output in selectDevice()

Origin commit data
------------------
Branch: ni/coolstream
Commit: f10ecb6667
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2017-03-26 23:31:08 +02:00
parent 69fb6175d4
commit dc17e7f450

View File

@@ -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;
}