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.
2 parents dfe6398 + b0e511a commit ac90311Copy full SHA for ac90311
lib/common/lib/headers.ts
@@ -64,7 +64,6 @@ export function addUserAgent(headers: Headers) {
64
65
function populatePlatformHash() {
66
const os = require("os");
67
- console.log(os.platform);
68
NODE_PLATFORM_HASH.set(PLATFORM_KEY, os.platform);
69
NODE_PLATFORM_HASH.set(RELEASE_KEY, os.release);
70
NODE_PLATFORM_HASH.set(VERSION_KEY, process.version);
0 commit comments