From 85ad7837364a3436bf2a5b94417e078d66abf9a8 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 1 Aug 2022 17:01:25 +0000 Subject: Remove console logs from scatterplot.js --- wqflask/wqflask/static/new/javascript/scatterplot.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wqflask') 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 = []; -- cgit v1.2.3