Skip to content

Commit

Permalink
Remove socket debugging accidentally left in.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 7, 2012
1 parent 57db711 commit b2905ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythbackend/mainserver.cpp
Expand Up @@ -455,7 +455,6 @@ void MainServer::ProcessRequest(MythSocket *sock)
void MainServer::ProcessRequestWork(MythSocket *sock)
{
QStringList listline;
LOG(VB_GENERAL, LOG_INFO, "PRW: Calling ReadStringList()");
if (!sock->ReadStringList(listline) || listline.empty())
{
LOG(VB_GENERAL, LOG_INFO, "No data in ProcessRequestWork()");
Expand Down

0 comments on commit b2905ce

Please sign in to comment.