mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-04-05 09:31:35 +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…
Add table
Reference in a new issue