Skip to content

Commit 306c8f9

Browse files
fixed script crash
1 parent bc6521e commit 306c8f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/js/DataController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ DataController.prototype.resetRawData = function () {
406406

407407
if (data.dimensions[0].length) dim0raw(rd0, data.dimensions[0]);
408408
if (data.dimensions[1].length) dim1raw(rd1, data.dimensions[1]);
409-
console.log(rd1[0][rd1[0].length - 1]);
410409
if (rd1[0]) dimCaption = (rd1[0][rd1[0].length - 1] || { source: {} }).source["dimension"];
411410

412411
var xw = (rd0[0] || []).length,

0 commit comments

Comments
 (0)