aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.cpp')
-rw-r--r--src/svn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn.cpp b/src/svn.cpp
index 7ec3908..6cb7bc7 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -353,7 +353,7 @@ int SvnPrivate::exportRevision(int revnum)
if (path_from == NULL) {
// no, it's a new directory being added
// Git doesn't handle directories, so we don't either
- qDebug() << " mkdir ignored:" << key;
+ //qDebug() << " mkdir ignored:" << key;
continue;
}