[Pkg-owncloud-commits] [owncloud-client] 322/498: SyncEngine: Remove bogus logging.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:02 UTC 2015


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 3a5f66e976f26f027dff33a55c7c5e07d20d7310
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Jul 13 15:46:19 2015 +0200

    SyncEngine: Remove bogus logging.
---
 src/libsync/syncengine.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index 76fda75..2db1530 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -366,8 +366,6 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
         item->_serverHasIgnoredFiles    = (file->has_ignored_files > 0);
     }
 
-    qDebug() << "HAS IGNORED FILES for " << item->_file << item->_serverHasIgnoredFiles << key;
-
     // record the seen files to be able to clean the journal later
     _seenFiles.insert(item->_file);
     if (!renameTarget.isEmpty()) {

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