Browse Source

Remove logging counter.

Derek Jamison 1 năm trước cách đây
mục cha
commit
b4320f8333
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();