summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 13:22:38 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 13:22:38 +0200
commit56ff5a020b0f90e0abf0b0f571c100e6ff78d3a2 (patch)
treefdbe069cfb07748d1c2acefbb0229b0ec581f61d /src/util.cpp
parent1cec9a3a5892e2a2fc3023bc87f9c0a78f1a5cd2 (diff)
Minor cleanup
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 5e283b79..47c3a298 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -99,7 +99,6 @@ QString Util::findBinaryInPath(QString binary) {
qfi.reset(new QFileInfo(entry.append(".exe")));
#endif
- dbg() << entry;
if (!qfi->isExecutable())
continue;