diff --git a/dist/index.html b/dist/index.html index 3f9f3d82..edccf106 100644 --- a/dist/index.html +++ b/dist/index.html @@ -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)}); }, diff --git a/src/main/html/index.html b/src/main/html/index.html index 3f9f3d82..edccf106 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -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)}); },