removed some logging

This commit is contained in:
Tony Tam
2013-07-11 16:52:48 -07:00
parent 078851ba6e
commit 627fd8b4d6
3 changed files with 1 additions and 5 deletions

2
dist/swagger-ui.js vendored
View File

@@ -1505,8 +1505,6 @@ templates['status_code'] = template(function (Handlebars,depth0,helpers,partials
SwaggerUi.prototype.render = function() {
var _this = this;
this.showMessage('Finished Loading Resource Information. Rendering Swagger UI...');
console.log("here it comes!");
console.log(this.api);
this.mainView = new MainView({
model: this.api,
el: $('#' + this.dom_id)