Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Apr 26, 2020
1 parent 76ebf49 commit ae599f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/binaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function getDevBinariesPath() {
function getProdBinariesPath() {
const platform = getPlatform();

console.log(`platform: ${platform}`);
switch (platform) {
case WIN:
case MAC:
Expand Down

0 comments on commit ae599f9

Please sign in to comment.