From 7ec51c43d53ae57671ee1fec0eadc0f1d0efd407 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Fri, 6 Oct 2023 15:14:33 +0800 Subject: [PATCH] Push server --- src/app/fun/my_console.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/fun/my_console.ts b/src/app/fun/my_console.ts index 2c626bd5..c6dd9398 100644 --- a/src/app/fun/my_console.ts +++ b/src/app/fun/my_console.ts @@ -1,5 +1,5 @@ export function myConsole(value: any) { - const onData = true + const onData = false if (onData) { console.log(value); }