[BH-653] Removed unnecessary comment Cleaned
1 files changed, 2 insertions(+), 2 deletions(-) M module-services/service-evtmgr/screen-light-control/ScreenLightControl.cpp
M module-services/service-evtmgr/screen-light-control/ScreenLightControl.cpp => module-services/service-evtmgr/screen-light-control/ScreenLightControl.cpp +2 -2
@@ 136,7 136,7 @@ namespace screen_light_control void ScreenLightControl::turnOn() { bsp::eink_frontlight::turnOn(); //bsp::light_sensor::wakeup(); bsp::light_sensor::wakeup(); if (automaticMode == ScreenLightMode::Automatic) { enableTimers(); } @@ 151,7 151,7 @@ namespace screen_light_control void ScreenLightControl::turnOff() { bsp::eink_frontlight::turnOff(); //bsp::light_sensor::standby(); bsp::light_sensor::standby(); disableTimers(); lightOn = false; }