Remove vestigial test code

This commit is contained in:
Scott Erickson 2015-10-13 12:30:18 -07:00
parent 2f9a689106
commit 74a7b53498
2 changed files with 0 additions and 3 deletions

View file

@ -38,8 +38,6 @@ module.exports = class ExportThangTypeModal extends ModalView
onExporterBuild: (e) ->
@spriteSheet = e.spriteSheet
$('body').empty().append(@spriteSheet._images[0])
return
src = @spriteSheet._images[0].toDataURL()
src = src.replace('data:image/png;base64,', '').replace(/\ /g, '+')
body =

View file

@ -210,7 +210,6 @@ module.exports = class ThangTypeEditView extends RootView
@patchesView = @insertSubView(new PatchesView(@thangType), @$el.find('.patches-view'))
@showReadOnly() if me.get('anonymous')
@updatePortrait()
@onClickExportSpriteSheetButton()
initComponents: =>
options =