Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Dec 27, 2023
1 parent cf1a344 commit 8119e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 112 deletions.
111 changes: 1 addition & 110 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions vike/node/dev/shortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export function bindCLIShortcuts({ onRestart }: { onRestart?: () => void }): voi
let actionRunning = false

const onInput = async (input: string) => {
console.log("INPUT", input);

if (actionRunning) return

const shortcut = shortcuts.find((shortcut) => shortcut.key === input)
Expand Down

0 comments on commit 8119e71

Please sign in to comment.