We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f429fbf commit 91b7e0cCopy full SHA for 91b7e0c
.evergreen/perf_send.mjs
@@ -47,8 +47,6 @@ const body = {
47
results
48
};
49
50
-console.log('POST', util.inspect(body, { depth: Infinity }));
51
-
52
const resp = await fetch(API_PATH, {
53
method: 'POST',
54
headers: {
0 commit comments