diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp index a399cc01ad..fd8c00b890 100644 --- a/src/jobs/meltjob.cpp +++ b/src/jobs/meltjob.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2024 Meltytech, LLC + * Copyright (c) 2012-2022 Meltytech, LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -104,9 +104,7 @@ void MeltJob::start() #endif setReadChannel(QProcess::StandardError); QStringList args; -#ifndef NDEBUG args << "-verbose"; -#endif args << "-progress2"; args << "-abort"; if (m_args.size() > 0) {