Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-06-02 21:38:04 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-06-02 21:38:04 +0400
commit746c15b4aa5f1b80ee1aec3b5cee1c29eb311e5c (patch)
tree0174ba57bb85be18dd0fa29cc7bc39e722a82c28
parent7e65c9741e1906a42b4f3c5b7af74e3d65426593 (diff)
Remove debug layoutv1.6.0
-rw-r--r--src/mirall/owncloudpropagator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 1649f5ec0..52a6864ef 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -325,7 +325,7 @@ bool OwncloudPropagator::localFileNameClash( const QString& relFile )
hFind = FindFirstFileW( (wchar_t*)file.utf16(), &FindFileData);
if (hFind == INVALID_HANDLE_VALUE) {
- qDebug() << "FindFirstFile failed " << GetLastError();
+ //qDebug() << "FindFirstFile failed " << GetLastError();
// returns false.
} else {
QString realFileName = QString::fromWCharArray( FindFileData.cFileName );