removed logging info that is used only for debug.
This commit is contained in:
parent
fd0f5e1db2
commit
6c6b40e644
|
@ -1968,7 +1968,6 @@ void
|
|||
CServer::writeToDropDirThread(void*)
|
||||
{
|
||||
while (m_screen->getFakeDraggingStarted()) {
|
||||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = true"));
|
||||
ARCH->sleep(.1f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue