diff --git a/modules/csync_owncloud.c b/modules/csync_owncloud.c index e3124cc943..291cdcaf5b 100644 --- a/modules/csync_owncloud.c +++ b/modules/csync_owncloud.c @@ -1134,7 +1134,7 @@ static ssize_t owncloud_read(csync_vio_method_handle_t *fhandle, void *buf, size writeCtx = (struct transfer_context*) fhandle; - DEBUG_WEBDAV( "read called on %s (fd=%d)!", writeCtx->tmpFileName, writeCtx->fd ); + /* DEBUG_WEBDAV( "read called on %s (fd=%d)!", writeCtx->tmpFileName, writeCtx->fd ); */ if( ! fhandle ) { errno = EBADF; return -1;