silent kodi check

Former-commit-id: 45199d123fcf49194aeaaf2df0789dc7ea4df449
This commit is contained in:
brindosch 2016-06-10 19:52:03 +02:00
parent b3fa72adba
commit 4743208eff
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ void XBMCVideoChecker::receiveReply()
{
// expect that the reply is received as a single message. Probably oke considering the size of the expected reply
QString reply(_socket.readAll());
std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl;
// silence - no "debug" code should be at the log
// std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl;
if (reply.contains("\"method\":\"Player.OnPlay\""))
{