Skip to content

Commit

Permalink
Removed extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 12, 2012
1 parent a2d54f8 commit c01f464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tests.js
Expand Up @@ -514,8 +514,6 @@ var tests = {
"with query body": function(topic) {
assert.equal(topic.code, 200);
assert.equal(topic.headers['content-type'], 'application/json');
console.log(topic.body);
console.log(topic.expected);
assert.equal(topic.body, topic.expected);
}
},
Expand Down

0 comments on commit c01f464

Please sign in to comment.