diff --git a/src/util/typedCrossfilter.js b/src/util/typedCrossfilter.js index 4181eefe..72fdf40c 100644 --- a/src/util/typedCrossfilter.js +++ b/src/util/typedCrossfilter.js @@ -279,8 +279,6 @@ class BitArray { this.bitmask = new Int32Array(this.width); // dimension allocation mask this.bitarray = new Int32Array(this.width * this.length); - - console.log("a", wasmHelpersModule); } get selectionCount() {