Skip to content

Commit

Permalink
chore: remove console logs of env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wasita mahaphanit committed Aug 10, 2020
1 parent f088aba commit 949ab1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ try {
}
}

console.log("PROLIFIC:", PROLIFIC);
console.log("FIREBASE:", FIREBASE);
console.log("MTURK:", MTURK);
console.log("IS_ELECTRON:", IS_ELECTRON);
console.log("AT_HOME:", AT_HOME);

// set whether photodiode visible or not
const PHOTODIODE_ON = false;

Expand Down

0 comments on commit 949ab1c

Please sign in to comment.