Remove debugging code

This commit is contained in:
Daniel Molkentin 2013-04-15 14:31:07 +02:00
parent 2595b9eae7
commit 3cae8e7124

View file

@ -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";
}