Skip to content

Commit

Permalink
Remove debug log from validateExportStream function
Browse files Browse the repository at this point in the history
  • Loading branch information
0marSalah committed Jan 29, 2025
1 parent f51be01 commit f94134d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export async function validateExportStream(
extract.on('entry', (header, stream, next) => {
const originalFileName = header.name
const basename = path.basename(originalFileName)
console?.log('🚀 ~ extract.on ~ basename:', basename)
const fileName =
basename === 'manifest.yaml'
? 'manifest.yaml'
Expand Down

0 comments on commit f94134d

Please sign in to comment.