Skip to content

Commit

Permalink
Removes console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Aug 9, 2015
1 parent 07e40ad commit 7b88757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ var swaggerSpec = require('./swagger-spec.json');
function equalsToBeSwaggerSpec(res) {

// Check if result equals expected spec
console.log(JSON.stringify(res.body));
console.log(JSON.stringify(swaggerSpec));
if (JSON.stringify(res.body) !== JSON.stringify(swaggerSpec)) {
throw new Error('Returned spec does not equal the expected result');
}
Expand Down

0 comments on commit 7b88757

Please sign in to comment.