mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
remove forgotten debug msg
This commit is contained in:
@@ -155,7 +155,6 @@ void ServerConfig::finishedRequest(QNetworkReply *reply){
|
|||||||
}else if(QString::compare(reply->url().toString(), addContext) == 0){
|
}else if(QString::compare(reply->url().toString(), addContext) == 0){
|
||||||
sc->getUnifiedServerConfig();
|
sc->getUnifiedServerConfig();
|
||||||
}else if(QString::compare(reply->url().toString(), flushCache) == 0){
|
}else if(QString::compare(reply->url().toString(), flushCache) == 0){
|
||||||
qDebug("WTF");
|
|
||||||
QMessageBox msgBox;
|
QMessageBox msgBox;
|
||||||
msgBox.setText("Server Cache Gelöscht");
|
msgBox.setText("Server Cache Gelöscht");
|
||||||
QJsonObject jsonFlushCache = QJsonDocument::fromJson(reply->readAll()).object();
|
QJsonObject jsonFlushCache = QJsonDocument::fromJson(reply->readAll()).object();
|
||||||
|
|||||||
Reference in New Issue
Block a user