Browse Source

Merge branch 'master' of https://github.com/Maldela/fancontrol-gui

Malte Veerman 10 years ago
parent
commit
0498524164
2 changed files with 1 additions and 2 deletions
  1. 1 1
      helper/src/helper.cpp
  2. 0 1
      lib/src/loader.cpp

+ 1 - 1
helper/src/helper.cpp

@@ -108,7 +108,7 @@ ActionReply Helper::action(const QVariantMap &arguments)
         
         QProcess process;
         process.start(program, arguments);
-        
+
         if (!process.waitForStarted(10000))
         {
             reply = ActionReply::HelperErrorType;

+ 0 - 1
lib/src/loader.cpp

@@ -69,7 +69,6 @@ void Loader::parseHwmons()
             m_hwmons.removeOne(hwmon);
             emit hwmonsChanged();
             hwmon->deleteLater();
-            qDebug() << "delete hwmon";
         }
         else
             hwmon->initialize();