summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-26 03:26:34 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-26 03:26:34 +0200
commit9343714bdc8006f78dbf9236df23d5cdcd6e489c (patch)
tree384d27ba37b64b7268266a4840367def579445b3
parentdcf6b283f7e7af18f2438e7b2efe379f30d9eddc (diff)
removed qDebug that broke userlist
-rw-r--r--mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 324f14f3..ce2b4e94 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -420,8 +420,8 @@ void MainWindow::readyRead(bool finished = false) {
output.replace(QRegExp("<"), "&lt;");
output.replace(QRegExp(">"), "&gt;");
} else {
- qDebug() << process->readAllStandardOutput();
- qDebug() << process->readAllStandardError();
+ //qDebug() << process->readAllStandardOutput();
+ //qDebug() << process->readAllStandardError();
if (finished && 0 != keygen) {
qDebug() << "Keygen Done";
keygen->close();