Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Jan 24, 2013
1 parent 81f68b2 commit 079ed69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/services/serviceBus/servicebusservice-tests.js
Expand Up @@ -1467,7 +1467,6 @@ suite('servicebusservice-tests', function () {
assert.notEqual(rule2, null);

// multiple rules
console.log('9');
serviceBusService.listRules(topicName, subscriptionName, function (listError, rules) {
assert.equal(listError, null);
assert.notEqual(rules, null);
Expand Down

0 comments on commit 079ed69

Please sign in to comment.