Skip to content

Commit df58300

Browse files
get rid of env var dump
1 parent 3816047 commit df58300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tad-app/tools/afterPack.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const copy = require("recursive-copy");
77

88
async function afterPack(context) {
99
console.log("afterPack hook called:", context.packager.platform.name);
10-
console.log("env vars: ", process.env);
1110
console.log('skipping OpenSSL bundling (no longer required by duckdb)');
1211
/*
1312
if (context.packager.platform.name === "mac") {

0 commit comments

Comments
 (0)