summaryrefslogtreecommitdiff
path: root/src/client/view
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-21 23:38:58 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-22 02:23:51 +0300
commit35eeed82ad9c607970c56f9ca6bd05feb8db39f0 (patch)
tree6b5c7fd8295b130261f7bacffd08b63d6cad0a16 /src/client/view
parent9d4038ad3e0ddf0b27374a6b9f72ea45a573f1a6 (diff)
graph_view: rm unused debug_print()
Diffstat (limited to 'src/client/view')
-rw-r--r--src/client/view/graph_view.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 6167bfe9..4d736f78 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1034,15 +1034,6 @@ function GraphView(spec) {
on_interval();
}
- var debug_print = function(message) {
- var element = $(".debug");
- if (element.length == 1) {
- element.html(message);
- } else {
- console.log(message);
- }
- }
-
function check_for_nan(x) {
if (Number.isNaN(x)) {
console.log('nan problem');