removed some logging
This commit is contained in:
2
dist/swagger-ui.js
vendored
2
dist/swagger-ui.js
vendored
@@ -1505,8 +1505,6 @@ templates['status_code'] = template(function (Handlebars,depth0,helpers,partials
|
|||||||
SwaggerUi.prototype.render = function() {
|
SwaggerUi.prototype.render = function() {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
this.showMessage('Finished Loading Resource Information. Rendering Swagger UI...');
|
this.showMessage('Finished Loading Resource Information. Rendering Swagger UI...');
|
||||||
console.log("here it comes!");
|
|
||||||
console.log(this.api);
|
|
||||||
this.mainView = new MainView({
|
this.mainView = new MainView({
|
||||||
model: this.api,
|
model: this.api,
|
||||||
el: $('#' + this.dom_id)
|
el: $('#' + this.dom_id)
|
||||||
|
|||||||
2
dist/swagger-ui.min.js
vendored
2
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -50,8 +50,6 @@ class SwaggerUi extends Backbone.Router
|
|||||||
# so it gets called when SwaggerApi completes loading
|
# so it gets called when SwaggerApi completes loading
|
||||||
render:() ->
|
render:() ->
|
||||||
@showMessage('Finished Loading Resource Information. Rendering Swagger UI...')
|
@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()
|
@mainView = new MainView({model: @api, el: $('#' + @dom_id)}).render()
|
||||||
@showMessage()
|
@showMessage()
|
||||||
switch @options.docExpansion
|
switch @options.docExpansion
|
||||||
|
|||||||
Reference in New Issue
Block a user