Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Mar 13, 2023
1 parent 0041bd1 commit 1036a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BloomFilter.js
Expand Up @@ -76,7 +76,6 @@ exports = Class({
ret[i] = (a + b * i) % size;
}

console.log(ret);
return ret;
}
});

0 comments on commit 1036a9e

Please sign in to comment.