Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f94134d

Browse files
committedJan 29, 2025·
Remove debug log from validateExportStream function
1 parent f51be01 commit f94134d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/verify.ts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export async function validateExportStream(
2525
extract.on('entry', (header, stream, next) => {
2626
const originalFileName = header.name
2727
const basename = path.basename(originalFileName)
28-
console?.log('🚀 ~ extract.on ~ basename:', basename)
2928
const fileName =
3029
basename === 'manifest.yaml'
3130
? 'manifest.yaml'

0 commit comments

Comments
 (0)
Please sign in to comment.