Explorar el Código

Remove logging counter.

Derek Jamison hace 1 año
padre
commit
b4320f8333
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app.c

+ 0 - 1
app.c

@@ -30,7 +30,6 @@ int32_t flip_library_app(void *p)
             furi_delay_ms(100);
         }
 
-        FURI_LOG_E(TAG, "Counter: %d", counter);
         if(counter == 0) {
             DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
             DialogMessage* message = dialog_message_alloc();