Remove debug

This commit is contained in:
Daniel Molkentin 2012-12-06 17:54:44 +01:00
parent 287c073f00
commit e2d8105f0d

View file

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