Remove log

This commit is contained in:
probablycorey
2013-04-24 16:15:47 -07:00
committed by Corey Johnson & Kevin Sawicki
parent ecad6bc2a8
commit e72e1c9c56

View File

@@ -32,7 +32,6 @@ class ConfigPanel extends View
bindEditors: ->
for editor in @find('.editor[id]').views()
console.log editor
do (editor) =>
name = editor.attr('id')
type = editor.attr('type')