Derek Jamison 1 год назад
Родитель
Сommit
b4320f8333
1 измененных файлов с 0 добавлено и 1 удалено
  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();