Remove accidentally comitted debug code.

This commit is contained in:
Andrius Štikonas 2016-09-05 12:56:12 +01:00
parent d83ec394b1
commit ec05aa36da
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include <cstdlib>
#include <QDebug>
#include <QString>
#include <QStringList>
@ -74,7 +73,6 @@ void ExternalCommand::setup()
*/
bool ExternalCommand::start(int timeout)
{
qDebug() << "ExternalCommand" << command() << args();
QProcess::start(command(), args());
if (report()) {