From 390ee1c781578c67ac9faaa5084996486576ee6c Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 11 Jul 2013 16:56:03 -0700 Subject: [PATCH] removed console logs --- dist/index.html | 2 -- src/main/html/index.html | 2 -- 2 files changed, 4 deletions(-) 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)}); },