Removed console.log.
This commit is contained in:
parent
405589a293
commit
89e83717f0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue