changeset 56:38ad8cba87a6

Remove unnecessary output
author Chris Cannam
date Wed, 16 Jan 2019 16:00:46 +0000
parents 81ce3ba92b16
children 5c60e26e16ca
files src/plugincandidates.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugincandidates.cpp	Wed Jan 16 14:25:28 2019 +0000
+++ b/src/plugincandidates.cpp	Wed Jan 16 16:00:46 2019 +0000
@@ -284,7 +284,6 @@
 
     qint64 byteCount = p->bytesAvailable();
     if (byteCount == 0) {
-        log("Helper emitted no stderr output");
         p->setReadChannel(QProcess::StandardOutput);
         return;
     }