Skip to content

Commit 8577e5e

Browse files
committed
remove log at all
1 parent 8f26e64 commit 8577e5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/custom/utils/pdf.ts

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export async function loadPdf(
119119
const pagesCount = pdf.getPages().length;
120120
return [false, pdf, pagesCount];
121121
} catch (e) {
122-
console.info("Loading PDF failed, so splitting is not enabled.");
123122
return [true, null, 0];
124123
}
125124
}

0 commit comments

Comments
 (0)