removed console.logs

This commit is contained in:
Tony Tam
2016-02-08 14:00:18 -08:00
parent bf5a59d652
commit 5ab7e47081
5 changed files with 0 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ window.SwaggerUi = Backbone.Router.extend({
// SwaggerUi accepts all the same options as SwaggerApi
initialize: function(options) {
console.log('SwaggerUi::initialize');
options = options || {};
if (options.defaultModelRendering !== 'model') {