mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Remove debugging code
This commit is contained in:
parent
2595b9eae7
commit
3cae8e7124
1 changed files with 0 additions and 5 deletions
|
@ -328,10 +328,6 @@ void CSyncThread::startSync()
|
|||
{
|
||||
qDebug() << Q_FUNC_INFO << "Sync started";
|
||||
|
||||
static int syncsRunning = 0;
|
||||
syncsRunning++;
|
||||
assert(syncsRunning == 1);
|
||||
|
||||
qDebug() << "starting to sync " << qApp->thread() << QThread::currentThread();
|
||||
CSYNC *csync;
|
||||
int proxyPort = _proxy.port();
|
||||
|
@ -423,7 +419,6 @@ void CSyncThread::startSync()
|
|||
emit treeWalkResult(_syncedItems);
|
||||
}
|
||||
}
|
||||
syncsRunning--;
|
||||
qDebug() << Q_FUNC_INFO << "Sync finished";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue