From 007e1d3a667fefb68b20c10da654fad3afcd760b Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Wed, 23 May 2018 21:01:28 -0700 Subject: [PATCH] remove detritus --- src/util/typedCrossfilter.js | 2 -- 1 file changed, 2 deletions(-) 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() {