mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-15 07:35:38 +02:00
removed some unused include file dependencies and logging info only for debug
This commit is contained in:
parent
95ece5ac2c
commit
e24afa5670
3 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue