[Pkg-owncloud-commits] [owncloud-client] 330/470: SocketAPI: Remove unneeded logging.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:21 UTC 2016
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 8007331462a5d727296955c04808a796fefa3df0
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Apr 14 15:39:46 2016 +0200
SocketAPI: Remove unneeded logging.
---
src/gui/socketapi.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gui/socketapi.cpp b/src/gui/socketapi.cpp
index 46a9c83..ede3614 100644
--- a/src/gui/socketapi.cpp
+++ b/src/gui/socketapi.cpp
@@ -286,7 +286,6 @@ void SocketApi::command_RETRIEVE_FILE_STATUS(const QString& argument, QIODevice*
Folder* syncFolder = FolderMan::instance()->folderForPath( argument );
if (!syncFolder) {
// this can happen in offline mode e.g.: nothing to worry about
- // DEBUG << "folder offline or not watched:" << argument;
statusString = QLatin1String("NOP");
} else {
const QString file = QDir::cleanPath(argument).mid(syncFolder->cleanPath().length()+1);
--
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