diff options
author | Simon Rettberg | 2019-05-31 17:24:02 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-05-31 17:24:02 +0200 |
commit | af33bd1eb27538fa427ed31bdf7e6add0d5ace17 (patch) | |
tree | f004b93cc42c9bfba8dd53639996881f8ef57276 /src | |
parent | Cleanup, and rewrite cmdline + settings handling (diff) | |
download | vmchooser2-af33bd1eb27538fa427ed31bdf7e6add0d5ace17.tar.gz vmchooser2-af33bd1eb27538fa427ed31bdf7e6add0d5ace17.tar.xz vmchooser2-af33bd1eb27538fa427ed31bdf7e6add0d5ace17.zip |
Remove debug spam
Diffstat (limited to 'src')
-rw-r--r-- | src/dialog.cpp | 1 |
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) |