removed console logs
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -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)});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user