mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Turn off debug flag
This commit is contained in:
parent
0dfabad15e
commit
26d11e8336
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import {
|
|||
EquipmentInstanceLogListType,
|
||||
} from "../Types/Types";
|
||||
|
||||
const debug = true;
|
||||
const debug = false;
|
||||
let backendURL;
|
||||
|
||||
if (debug) {
|
||||
|
|
Loading…
Reference in a new issue