Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Jan 13, 2017
1 parent ad7f3a4 commit d796a36
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ test('context', t => {
client4.set({ smurf: true })
})

// client1.get('smurf', {}).once(true).then(() => console.log(1))
// client2.get('smurf', {}).once(true).then(() => console.log(2))
// client3.get('smurf', {}).once(true).then(() => console.log(3))
// hybrid.get('smurf', {}).once(true).then(() => console.log('hybrid'))
// scraper.get('smurf', {}).once(true).then(() => console.log('scraper'))

Promise.all([
client1.get('smurf', {}).once(true),
client2.get('smurf', {}).once(true),
Expand Down

0 comments on commit d796a36

Please sign in to comment.