Skip to content

Commit 91b7e0c

Browse files
committed
chore: remove print
1 parent f429fbf commit 91b7e0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/perf_send.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ const body = {
4747
results
4848
};
4949

50-
console.log('POST', util.inspect(body, { depth: Infinity }));
51-
5250
const resp = await fetch(API_PATH, {
5351
method: 'POST',
5452
headers: {

0 commit comments

Comments
 (0)