Skip to content

Commit

Permalink
chore: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevo committed May 12, 2020
1 parent 707c2f1 commit 755fb5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ choosePort(HOST, DEFAULT_PORT)
// We have not found a port.
return;
}
console.log('thing', paths.appPackageJson);

const protocol = process.env.HTTPS === 'true' ? 'https' : 'http';
const appName = require(paths.appPackageJson).name;
Expand Down

0 comments on commit 755fb5f

Please sign in to comment.