Skip to content

Commit

Permalink
get rid of env var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
antonycourtney committed Mar 6, 2023
1 parent 3816047 commit df58300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tad-app/tools/afterPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const copy = require("recursive-copy");

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

0 comments on commit df58300

Please sign in to comment.