mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 20:20:39 +02:00
delete debug output
This commit is contained in:
parent
be9064c46e
commit
b031741b88
@ -84,7 +84,6 @@ void SyncManager::init() {
|
|||||||
qCritical(syncmanager) << "Cannot login to Colnod.";
|
qCritical(syncmanager) << "Cannot login to Colnod.";
|
||||||
emit end();
|
emit end();
|
||||||
}
|
}
|
||||||
qDebug() << "test loop";
|
|
||||||
loop.quit();
|
loop.quit();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -102,7 +101,6 @@ void SyncManager::init() {
|
|||||||
loop.exec();
|
loop.exec();
|
||||||
loop.deleteLater();
|
loop.deleteLater();
|
||||||
disconnect(myConnect);
|
disconnect(myConnect);
|
||||||
qDebug() << "Loop ended";
|
|
||||||
if(!timer.isActive()) {
|
if(!timer.isActive()) {
|
||||||
qCritical("Cannot login to Colnod");
|
qCritical("Cannot login to Colnod");
|
||||||
emit end();
|
emit end();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user