Skip to content

Commit b03e322

Browse files
committed
fix: reduce to debug the log of image metadata
1 parent 7aec657 commit b03e322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function main() {
7474
const imageSharp = sharp(imageBuffer)
7575
const metadata = await imageSharp.metadata()
7676

77-
console.info(`Image metadata:`, metadata)
77+
console.debug(`Image metadata:`, metadata)
7878

7979
if (!metadata.format) {
8080
throw new Error('Unsupported image format')

0 commit comments

Comments
 (0)