Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Apr 11, 2024
1 parent 26357ab commit f5f9168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion throughput.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const replicateStrem = async (url, maxMembers) => {
let members = 0;
while (el) {
if (el.value) {
console.log("found member");
quads += el.value.quads.length;
members += 1;
}
Expand Down

0 comments on commit f5f9168

Please sign in to comment.