Skip to content

Commit

Permalink
removed some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jul 11, 2013
1 parent 05b105a commit 958924a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/coffeescript/SwaggerUi.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 958924a

Please sign in to comment.