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) {