Przeglądaj źródła

Remove logging counter.

Derek Jamison 1 rok temu
rodzic
commit
b4320f8333
1 zmienionych plików z 0 dodań i 1 usunięć
  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();