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)

File diff suppressed because one or more lines are too long

View File

@@ -50,8 +50,6 @@ class SwaggerUi extends Backbone.Router
# so it gets called when SwaggerApi completes loading
render:() ->
@showMessage('Finished Loading Resource Information. Rendering Swagger UI...')
console.log "here it comes!"
console.log @api
@mainView = new MainView({model: @api, el: $('#' + @dom_id)}).render()
@showMessage()
switch @options.docExpansion