Skip to content

Commit

Permalink
clean console log (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas authored Jan 20, 2025
1 parent ed311e4 commit 819867e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsystems/sidecar/lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = class Model {
}

async getBundle (link) {
console.log('LINK', link)
const bundle = await this.db.get('@pear/bundle', { link })
return bundle
}
Expand Down

0 comments on commit 819867e

Please sign in to comment.