From 26d11e8336a0c16a727c2a482fd78657bd30964c Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 5 Dec 2023 23:47:02 +0800 Subject: [PATCH] Turn off debug flag --- src/Components/API/API.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/API/API.tsx b/src/Components/API/API.tsx index 437eb24..d410b8e 100644 --- a/src/Components/API/API.tsx +++ b/src/Components/API/API.tsx @@ -17,7 +17,7 @@ import { EquipmentInstanceLogListType, } from "../Types/Types"; -const debug = true; +const debug = false; let backendURL; if (debug) {