Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jul 11, 2013
1 parent 958924a commit 69f51f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
onComplete: function(swaggerApi, swaggerUi){
if(console) {
console.log("Loaded SwaggerUI")
console.log(swaggerApi);
console.log(swaggerUi);
}
$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
},
Expand Down

0 comments on commit 69f51f1

Please sign in to comment.