diff --git a/src/packages/editor-stats/src/editor-stats-view.coffee b/src/packages/editor-stats/src/editor-stats-view.coffee index df4fc063c..f66bdb0f6 100644 --- a/src/packages/editor-stats/src/editor-stats-view.coffee +++ b/src/packages/editor-stats/src/editor-stats-view.coffee @@ -13,8 +13,6 @@ class EditorStatsView extends ScrollView initialize: (@rootView) -> super - @command 'core:cancel', @detach - draw: -> @x ?= d3.scale.ordinal().domain d3.range(@stats.hours * 60) @y ?= d3.scale.linear()