mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
removed some unused include file dependencies and logging info only for debug
This commit is contained in:
@@ -1971,9 +1971,7 @@ CServer::writeToDropDirThread(void*)
|
||||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = true"));
|
||||
ARCH->sleep(.1f);
|
||||
}
|
||||
|
||||
LOG((CLOG_DEBUG "write to drop dir: fakeDraggingStarted = false"));
|
||||
|
||||
|
||||
m_fileTransferDes = m_screen->getDropTarget();
|
||||
if (!m_fileTransferDes.empty() && m_dragFileList.size() > 0) {
|
||||
std::fstream file;
|
||||
|
||||
Reference in New Issue
Block a user