mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
csync_statedb: remove noisy output
This commit is contained in:
parent
c759e8bb8f
commit
e5b3363ecf
1 changed files with 0 additions and 2 deletions
|
@ -316,8 +316,6 @@ static int _csync_file_stat_from_metadata_table( csync_file_stat_t **st, sqlite3
|
|||
(char*) sqlite3_column_text(stmt, 11),
|
||||
sizeof((*st)->remotePerm));
|
||||
}
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "%s %s",sqlite3_column_text(stmt, 10),sqlite3_column_text(stmt, 11) );
|
||||
|
||||
}
|
||||
}
|
||||
return rc;
|
||||
|
|
Loading…
Reference in a new issue