Remove log

This commit is contained in:
Scott Erickson 2015-10-13 12:31:28 -07:00
parent 74a7b53498
commit 3fc7b71f7a

View file

@ -31,7 +31,6 @@ module.exports = class ExportThangTypeModal extends ModalView
actionNames: @getActionNames()
colorConfig: @getColorConfig()
}
console.log 'options?', options
@exporter = new SpriteExporter(@thangType, options)
@exporter.build()
@listenToOnce @exporter, 'build', @onExporterBuild