summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp
index 8c02c9a..fb64c8f 100644
--- a/src/dialog.cpp
+++ b/src/dialog.cpp
@@ -924,7 +924,6 @@ static bool isProcessRunning(const QString &binary)
QString wurst = dest.canonicalPath();
if (wurst.isEmpty())
continue;
- qDebug() << wurst;
if (full && wurst == binary)
return true;
if (!full && wurst.mid(wurst.lastIndexOf('/') + 1) == binary)