Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 19, 2024
1 parent 97bcf36 commit 35632d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ let api;
let web;
if (!isDevMode || (isDevMode && useLiveAPI)) {
api = LIVE_API;
// api = DEV_API;
web = LIVE_API_WEBSITE;
// web = DEV_API_WEBSITE;
} else if (isDevMode && useLocalAPI) {
api = LOCAL_API;
web = LOCAL_API_WEBSITE;
Expand Down

0 comments on commit 35632d1

Please sign in to comment.