Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Jan 9, 2025
1 parent d7dc4bc commit efc2cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function save() {
if (GlobalStore) {
GlobalStore.save()
}
console.log('save input done')
}

// process.once('beforeExit', function () {
Expand Down

0 comments on commit efc2cb6

Please sign in to comment.