summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:53:20 +0200
committerChristoph Schulthess2017-05-02 11:53:20 +0200
commitf165a54dcb66ab5e13b481fa85e2dfbefcfb3f84 (patch)
tree8ff6fc3acb76a0b46fdc828c2c94e76f25d3b957
parenttest (diff)
downloadpvs2-f165a54dcb66ab5e13b481fa85e2dfbefcfb3f84.tar.gz
pvs2-f165a54dcb66ab5e13b481fa85e2dfbefcfb3f84.tar.xz
pvs2-f165a54dcb66ab5e13b481fa85e2dfbefcfb3f84.zip
-rw-r--r--src/client/toolbar/toolbar.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 514e90c..cc44468 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -502,12 +502,9 @@ void Toolbar::onBtnCustom()
const bool on = _ui->btnCustom->isChecked();
if (on) {
this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
- //this->runDbg.start("xterm");
} else {
this->runDbg.kill();
}
- qDebug() << "state: " << this->runDbg.state();
- qDebug() << "error: " << this->runDbg.errorString();
}
void Toolbar::onDbgFinished()