Skip to content

Commit c8e75fd

Browse files
committed
Extra method snuck in there
1 parent f97b3ca commit c8e75fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/image.js

-5
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,6 @@ class Image {
502502
return metadata?.pages > 1;
503503
}
504504

505-
hasAlpha(metadata) {
506-
console.log( {metadata} );
507-
return true;
508-
}
509-
510505
getEntryFormat(metadata) {
511506
return metadata.format || this.options.overrideInputFormat;
512507
}

0 commit comments

Comments
 (0)