forked from qt-creator/qt-creator
ios: remove left over debug message
Change-Id: I7b4c0a15f7f74ad346bf05b7974270fccd2e0c07 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -548,7 +548,6 @@ void IosToolHandlerPrivate::subprocessHasData()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (rRead == 0) {
|
if (rRead == 0) {
|
||||||
qDebug() << "read 0";
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (debugToolHandler)
|
if (debugToolHandler)
|
||||||
|
|||||||
Reference in New Issue
Block a user