瀏覽代碼

Remove logging counter.

Derek Jamison 1 年之前
父節點
當前提交
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();