Skip to content

Commit 927a621

Browse files
committed
fix(serve): remove console.log statement
1 parent 494def7 commit 927a621

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ module.exports = (api, options) => {
360360

361361
function launchElectron () {
362362
if (args.debug) {
363-
console.log(info)
364-
365363
// Do not launch electron and provide instructions on launching through debugger
366364
info(
367365
'Not launching electron as debug argument was passed. You must launch electron though your debugger.'

0 commit comments

Comments
 (0)