Skip to content

Commit 8c6a49f

Browse files
committed
Removed AppImage debugging logs
1 parent dd2a659 commit 8c6a49f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/after-pack.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export default async (context) => {
1616

1717
const appOutDir = context.appOutDir;
1818

19-
// List all files in appOutDir for debugging
20-
console.log(' • Contents of appOutDir:');
19+
// console.log(' • Contents of appOutDir:');
2120
const listFilesRecursively = (dir, prefix = '') => {
2221
const items = fs.readdirSync(dir);
2322
items.forEach(item => {

0 commit comments

Comments
 (0)