Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 6, 2023
1 parent b56169d commit 9c851ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/dev.ts
Expand Up @@ -145,7 +145,6 @@ function _startSubprocess(devServer: DevServer, listener: Listener) {
}

const restart = () => {
console.log('Restarting...')
// Kill previous process
kill()

Expand Down

0 comments on commit 9c851ce

Please sign in to comment.