Skip to content

Commit

Permalink
Forgot to remove local customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jan 21, 2020
1 parent 97a96f8 commit 99374bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/classes/mint/firebase-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export const fetchMintConfig = (): Promise<MintPreferences> => {
return new Promise<MintPreferences>((resolve, reject) => {
db.doc("configs/main").get().then((doc) => {
let prefs = doc.data() as MintPreferences;
prefs.localex.datadir = "/Users/Varun" + prefs.localex.datadir;
prefs.localex.codedir = "/Users/Varun" + prefs.localex.codedir;
prefs.localex.logdir = "/Users/Varun" + prefs.localex.logdir;

if(prefs.execution_engine == "wings") {
fetch(prefs.wings.server + "/config").then((res) => {
res.json().then((wdata) => {
Expand Down

0 comments on commit 99374bb

Please # to comment.