Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Sep 20, 2024
1 parent b1619c3 commit 96d2893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/run-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ async function runDev (config, dataDir, options = {}, log = () => {}, inprocHook
// build and deploy actions
log('building actions..')
await buildActions(devConfig, null, false /* force build */)
console.log('log = ', log('boo'))
const { cleanup: watcherCleanup } = await actionsWatcher({ config: devConfig, isLocal, log, inprocHook })
cleanup.add(() => watcherCleanup(), 'stopping action watcher...')
}
Expand Down

0 comments on commit 96d2893

Please sign in to comment.