aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-08-01 17:01:25 +0000
committerzsloan2022-08-01 17:01:55 +0000
commit85ad7837364a3436bf2a5b94417e078d66abf9a8 (patch)
tree7459ffca18f0cd5857e8c55e8c1857b7b847982e /wqflask
parent763228743556936d02dafe920e7b4fc62a63ecca (diff)
downloadgenenetwork2-85ad7837364a3436bf2a5b94417e078d66abf9a8.tar.gz
Remove console logs from scatterplot.js
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/static/new/javascript/scatterplot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/wqflask/wqflask/static/new/javascript/scatterplot.js b/wqflask/wqflask/static/new/javascript/scatterplot.js
index d7f2a4a5..3fea0503 100644
--- a/wqflask/wqflask/static/new/javascript/scatterplot.js
+++ b/wqflask/wqflask/static/new/javascript/scatterplot.js
@@ -67,15 +67,14 @@ scatterplot = function() {
x = data.data[xvar];
y = data.data[yvar];
}
- console.log("x:", x);
- console.log("y:", y);
+
indID = (_ref = data != null ? data.indID : void 0) != null ? _ref : null;
indID = indID != null ? indID : (function() {
_results = [];
for (var _i = 1, _ref1 = x.length; 1 <= _ref1 ? _i <= _ref1 : _i >= _ref1; 1 <= _ref1 ? _i++ : _i--){ _results.push(_i); }
return _results;
}).apply(this);
- console.log("indID:", indID);
+
group = (_ref2 = data != null ? data.group : void 0) != null ? _ref2 : (function() {
var _j, _len, _results1;
_results1 = [];