Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
billywhizz committed Nov 15, 2023
1 parent b701d8a commit 323bf1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ function readFile (path, flags = O_RDONLY) {
assert(r === 0)
let size = 0
if (core.os === 'mac') {
console.log(st)
size = Number(st[12])
console.log(size)
} else {
size = Number(st[6])
}
Expand Down

0 comments on commit 323bf1f

Please sign in to comment.