drop debug print
This commit is contained in:
parent
232193cbfc
commit
e4cb51bf8e
@ -308,7 +308,6 @@ QVariant GuhTestBase::getAndWait(const QNetworkRequest &request, const int &expe
|
||||
}
|
||||
|
||||
QByteArray data = reply->readAll();
|
||||
qDebug() << "***************reply" << reply->errorString() << reply->request().url();
|
||||
verifyReply(reply, data, expectedStatus);
|
||||
|
||||
reply->deleteLater();
|
||||
|
||||
Reference in New Issue
Block a user