mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Turn off debug flag
This commit is contained in:
parent
8810daa26c
commit
b5f4fc7326
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import {
|
||||||
TransactionCreateType,
|
TransactionCreateType,
|
||||||
} from "../Types/Types";
|
} from "../Types/Types";
|
||||||
|
|
||||||
const debug = true;
|
const debug = false;
|
||||||
let backendURL;
|
let backendURL;
|
||||||
|
|
||||||
if (debug) {
|
if (debug) {
|
||||||
|
|
Loading…
Reference in a new issue