Explorar o código

removed log message from hw_lcd

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
6f7fd741db
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/core/src/hw/hw_lcd.cpp

+ 0 - 2
src/core/src/hw/hw_lcd.cpp

@@ -47,7 +47,6 @@ void Update() {
 
     if ((current_ticks - g_last_ticks) >= kFrameTicks) {
         g_last_ticks = current_ticks;
-        NOTICE_LOG(LCD, "Update frame");
         VideoCore::g_renderer->SwapBuffers();
     }
 }
@@ -55,7 +54,6 @@ void Update() {
 /// Initialize hardware
 void Init() {
     g_last_ticks = Core::g_app_core->GetTicks();
-
     NOTICE_LOG(LCD, "LCD initialized OK");
 }