From af33bd1eb27538fa427ed31bdf7e6add0d5ace17 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 31 May 2019 17:24:02 +0200 Subject: Remove debug spam --- src/dialog.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3-55-g7522