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
fa7a0f5960
commit
c4bcb30b80
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import {
|
|||
TransactionCreateType,
|
||||
} from "../Types/Types";
|
||||
|
||||
const debug = true;
|
||||
const debug = false;
|
||||
let backendURL;
|
||||
|
||||
if (debug) {
|
||||
|
|
Loading…
Reference in a new issue