mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Remove debug
This commit is contained in:
parent
287c073f00
commit
e2d8105f0d
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ void CSyncThread::startSync()
|
||||||
QTime t;
|
QTime t;
|
||||||
t.start();
|
t.start();
|
||||||
|
|
||||||
csync_set_log_verbosity(csync, 10);
|
|
||||||
|
|
||||||
if( csync_init(csync) < 0 ) {
|
if( csync_init(csync) < 0 ) {
|
||||||
CSYNC_ERROR_CODE err = csync_get_error( csync );
|
CSYNC_ERROR_CODE err = csync_get_error( csync );
|
||||||
QString errStr;
|
QString errStr;
|
||||||
|
|
Loading…
Reference in a new issue