mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
remove detritus
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user