summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/stat_graph.js.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/graphs/stat_graph.js.coffee')
-rw-r--r--app/assets/javascripts/graphs/stat_graph.js.coffee6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/javascripts/graphs/stat_graph.js.coffee b/app/assets/javascripts/graphs/stat_graph.js.coffee
deleted file mode 100644
index f36c71fd25e..00000000000
--- a/app/assets/javascripts/graphs/stat_graph.js.coffee
+++ /dev/null
@@ -1,6 +0,0 @@
-class @StatGraph
- @log: {}
- @get_log: ->
- @log
- @set_log: (data) ->
- @log = data