We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6521e commit 306c8f9Copy full SHA for 306c8f9
source/js/DataController.js
@@ -406,7 +406,6 @@ DataController.prototype.resetRawData = function () {
406
407
if (data.dimensions[0].length) dim0raw(rd0, data.dimensions[0]);
408
if (data.dimensions[1].length) dim1raw(rd1, data.dimensions[1]);
409
- console.log(rd1[0][rd1[0].length - 1]);
410
if (rd1[0]) dimCaption = (rd1[0][rd1[0].length - 1] || { source: {} }).source["dimension"];
411
412
var xw = (rd0[0] || []).length,
0 commit comments