Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kybarg committed Jul 2, 2024
1 parent 63fc91a commit b626a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ class SSP extends EventEmitter {
if (this.state.processing)
await new Promise(resolve => {
const interval = setInterval(() => {
console.log('waiting')
if (!this.state.processing) {
clearInterval(interval)
resolve()
Expand Down

0 comments on commit b626a3a

Please sign in to comment.