Skip to content

Commit eaaf7bb

Browse files
committed
remove comment
1 parent cd6dde0 commit eaaf7bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ const LoadPdfWithUrl = () => {
241241
async (url: string) => {
242242
const response = await fetch(url);
243243
const manifest = await response.json();
244-
console.log(manifest);
245244
const syntheticUrl = URL.createObjectURL(
246245
new Blob([JSON.stringify(manifest)])
247246
);

0 commit comments

Comments
 (0)