remove forgotten debug msg

This commit is contained in:
Yannik Schmidt
2020-09-07 18:32:22 +02:00
parent e21b1ac3ca
commit 29be79f278

View File

@@ -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();