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

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