Skip to content

Commit

Permalink
- Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Feb 4, 2025
1 parent 2190ed4 commit 9fde482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/discovery/resolver-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ describe('CoherenceResolver Test Suite (unit/IT)', () => {
const cache = session.getCache('test')
await cache.set('a', 'b')
assert.equal(await cache.get('a'), 'b')
console.log("HERE")
await session.close()
})
})
Expand Down

0 comments on commit 9fde482

Please sign in to comment.