Skip to content

Commit

Permalink
Remove some excessive ProcessRequestWork debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jan 2, 2013
1 parent 0bb22c1 commit c50a059
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mythtv/programs/mythbackend/mainserver.cpp
Expand Up @@ -144,8 +144,6 @@ class ProcessRequestRunnable : public QRunnable

virtual void run(void)
{
LOG(VB_GENERAL, LOG_INFO, QString("Processing request for sock %1")
.arg(m_sock->GetSocketDescriptor()));
m_parent.ProcessRequest(m_sock);
m_sock->DecrRef();
m_sock = NULL;
Expand Down Expand Up @@ -466,9 +464,6 @@ void MainServer::ProcessRequestWork(MythSocket *sock)
line = line.simplified();
QStringList tokens = line.split(' ', QString::SkipEmptyParts);
QString command = tokens[0];
#if 1
LOG(VB_GENERAL, LOG_INFO, "PRW: command='" + command + "'");
#endif
if (command == "MYTH_PROTO_VERSION")
{
if (tokens.size() < 2)
Expand Down

0 comments on commit c50a059

Please sign in to comment.