mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Commented too verbose logging.
This commit is contained in:
parent
a180b1c400
commit
9eda137c77
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ static void results(void *userdata,
|
|||
if (*p) {
|
||||
newres->size = 0;
|
||||
}
|
||||
DEBUG_WEBDAV("Parsed File size for %s from %s: %lld", newres->name, clength, (long long)newres->size );
|
||||
/* DEBUG_WEBDAV("Parsed File size for %s from %s: %lld", newres->name, clength, (long long)newres->size ); */
|
||||
}
|
||||
|
||||
if( md5sum ) {
|
||||
|
|
Loading…
Reference in a new issue