[Pkg-owncloud-commits] [owncloud-client] 171/333: Remove some superflous logging.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 6005b9c16ec1ac20b17599a109f6293d32d61a4d
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Feb 7 15:07:19 2014 +0100

    Remove some superflous logging.
---
 csync/src/csync_owncloud.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/csync/src/csync_owncloud.c b/csync/src/csync_owncloud.c
index ca30827..8b0a189 100644
--- a/csync/src/csync_owncloud.c
+++ b/csync/src/csync_owncloud.c
@@ -798,8 +798,6 @@ int owncloud_stat(const char *uri, csync_vio_file_stat_t *buf) {
     int len = 0;
     errno = 0;
 
-    DEBUG_WEBDAV("owncloud_stat %s called", uri );
-
     buf->name = c_basename(uri);
 
     if (buf->name == NULL) {
@@ -936,8 +934,6 @@ int owncloud_closedir(csync_vio_handle_t *dhandle) {
 
     struct listdir_context *fetchCtx = dhandle;
 
-    DEBUG_WEBDAV("closedir method called %p!", dhandle);
-
     free_fetchCtx(fetchCtx);
 
     return 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list