remove detritus

This commit is contained in:
bkmartinjr
2018-05-23 21:01:28 -07:00
parent cc661f31e1
commit 007e1d3a66

View File

@@ -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() {