mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
remove debug output
This commit is contained in:
@@ -177,7 +177,6 @@ QString MainWindow::buildURLFromLocation(QString location){
|
||||
port = ":" + port;
|
||||
}
|
||||
QString url = proto + host + port + location;
|
||||
qDebug(qPrintable(url));
|
||||
return url;
|
||||
}
|
||||
|
||||
@@ -307,8 +306,6 @@ void MainWindow::saveTranscript(QNetworkReply* reply){
|
||||
|
||||
/* save return data */
|
||||
QString fullpath = QDir(mySettings->value(SETTING_SAVE_DIR).toString()).filePath(targetName);
|
||||
qDebug(qPrintable(fullpath));
|
||||
qDebug(qPrintable(transcript));
|
||||
QFile file(fullpath);
|
||||
if (!file.open(QIODevice::WriteOnly)) {
|
||||
QMessageBox::information(this, tr("Unable to open file"), file.errorString());
|
||||
|
||||
Reference in New Issue
Block a user