removed logging info that is used only for debug.

This commit is contained in:
jerry 2013-09-25 12:45:10 +00:00
parent fd0f5e1db2
commit 6c6b40e644
1 changed files with 0 additions and 1 deletions

View File

@ -1968,7 +1968,6 @@ void
CServer::writeToDropDirThread(void*)
{
while (m_screen->getFakeDraggingStarted()) {
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = true"));
ARCH->sleep(.1f);
}