diff --git a/src/app/dev/auth/login/page.tsx b/src/app/dev/auth/login/page.tsx
index 6b1322b4..b36236db 100644
--- a/src/app/dev/auth/login/page.tsx
+++ b/src/app/dev/auth/login/page.tsx
@@ -7,7 +7,7 @@ export default function Page() {
return (
<>
- {JSON.stringify(tkn)}
+ {/* {JSON.stringify(tkn)} */}
;
>
);
diff --git a/src/app/fun/my_console.ts b/src/app/fun/my_console.ts
index 9aa45eb2..9bf87a99 100644
--- a/src/app/fun/my_console.ts
+++ b/src/app/fun/my_console.ts
@@ -1,7 +1,7 @@
import { useState } from "react";
export function MyConsole(value: any) {
- const onData = true;
+ const onData = false;
if (onData) {
console.log(value);
}
diff --git a/src/app_modules/auth/login/view.tsx b/src/app_modules/auth/login/view.tsx
index fa6dfd32..d0edeb19 100644
--- a/src/app_modules/auth/login/view.tsx
+++ b/src/app_modules/auth/login/view.tsx
@@ -51,11 +51,11 @@ export default function Login() {
return (
<>
-
+ {/*
{JSON.stringify(inputNumber, null, 2)}
{JSON.stringify(code)}
-
+ */}
- {JSON.stringify(nomor)}
- {JSON.stringify(code)}
+ {/* {JSON.stringify(nomor)}
+ {JSON.stringify(code)} */}