Skip to content

Commit ac90311

Browse files
authored
Merge pull request #3 from recursivecodes/patch-1
remove console.log()
2 parents dfe6398 + b0e511a commit ac90311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/common/lib/headers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export function addUserAgent(headers: Headers) {
6464

6565
function populatePlatformHash() {
6666
const os = require("os");
67-
console.log(os.platform);
6867
NODE_PLATFORM_HASH.set(PLATFORM_KEY, os.platform);
6968
NODE_PLATFORM_HASH.set(RELEASE_KEY, os.release);
7069
NODE_PLATFORM_HASH.set(VERSION_KEY, process.version);

0 commit comments

Comments
 (0)