Skip to content

Commit

Permalink
Remove extraneous debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Carroll committed Dec 24, 2012
1 parent 4a46317 commit d0d318e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/interfaces/python/XBPyThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ void XBPyThread::Process()
}

PyEval_AcquireLock();
CLog::Log(LOGDEBUG,"**** acquired lock");
PyThreadState_Swap(state);

m_pExecuter->DeInitializeInterpreter();
Expand Down Expand Up @@ -447,7 +446,6 @@ void XBPyThread::Process()
languageHook->UnregisterMe();

PyEval_ReleaseLock();
CLog::Log(LOGDEBUG,"**** released lock");

}

Expand Down

0 comments on commit d0d318e

Please sign in to comment.