diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp index 4152a045fc1..069be9cd895 100644 --- a/src/plugins/ios/iostoolhandler.cpp +++ b/src/plugins/ios/iostoolhandler.cpp @@ -548,7 +548,6 @@ void IosToolHandlerPrivate::subprocessHasData() return; } if (rRead == 0) { - qDebug() << "read 0"; return; } if (debugToolHandler)