Skip to content

Commit

Permalink
fix: remove unnecessary console (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Jan 7, 2019
1 parent 8b2d598 commit a5866bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Expand Up @@ -13,7 +13,6 @@ module.exports = app => {
if (assetsConfig.devServer.autoPort === true) {
try {
port = fs.readFileSync(assetsConfig.devServer.portPath, 'utf8');
console.log(port);
} catch (err) {
// istanbul ignore next
throw new Error('check autoPort fail');
Expand Down

0 comments on commit a5866bc

Please sign in to comment.