Skip to content

Commit cac8992

Browse files
committed
remove console.log
1 parent fb9c2eb commit cac8992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function main() {
2626
// The user has already indicated they trust this by installing it,
2727
// This executable can not do anything a JavaScript node script couldn't also do.
2828
await execute('xattr', ['-d', attribute, dawnNode]);
29-
console.log(`removed attribute: ${attribute}`);
29+
debug(`removed attribute: ${attribute}`);
3030
}
3131
}
3232

0 commit comments

Comments
 (0)