Removed console.log.

This commit is contained in:
Thorsten Eckel 2015-08-04 16:54:39 +02:00
parent 405589a293
commit 89e83717f0

View file

@ -26,7 +26,6 @@ class App.SearchableSelect extends Spine.Controller
@render() @render()
render: -> render: ->
console.log "options", @options
firstSelected = _.find @options.attribute.options, (option) -> option.selected firstSelected = _.find @options.attribute.options, (option) -> option.selected
if firstSelected if firstSelected