diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index 8ceabf919..9b8cc81a9 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -495,11 +495,9 @@ int CDataResetNotifier::exec(CMenuTarget* /*parent*/, const std::string& actionK void CFanControlNotifier::setSpeed(unsigned int speed) { -#ifndef BOXMODEL_APOLLO - int cfd; - printf("FAN Speed %d\n", speed); - cfd = open("/dev/cs_control", O_RDONLY); +#ifndef BOXMODEL_APOLLO + int cfd = open("/dev/cs_control", O_RDONLY); if(cfd < 0) { perror("Cannot open /dev/cs_control"); return;