Skip to content

Commit f696217

Browse files
committed
Remove superfluous logger (using PDFBaker methods for logging)
1 parent 85d4075 commit f696217

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pdfbaker/document.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Document processing classes."""
22

33
import importlib
4-
import logging
54
import os
65
from pathlib import Path
76
from typing import Any
@@ -18,8 +17,6 @@
1817
"PDFBakerPage",
1918
]
2019

21-
logger = logging.getLogger(__name__)
22-
2320

2421
class PDFBakerPage: # pylint: disable=too-few-public-methods
2522
"""A single page of a document."""

0 commit comments

Comments
 (0)