Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Feb 19, 2024
1 parent 5b2f4e0 commit c0b4f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/amtsblatt/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async function fetchPreviews() {
const blattData = [];
for (const doc of blattFileName) {
const img = await getPdfImages(path.resolve(basePath + `/${doc}`));
console.log(img)
blattData.push({
text: `Amtsblatt ${doc.slice(0, -4)}`,
href: doc,
Expand Down

0 comments on commit c0b4f08

Please sign in to comment.