This pull request includes a small change to the ChunkerFactory class in the chunking/chunker_factory.py file. The change removes an unnecessary logging statement from the constructor.
chunking/chunker_factory.py: Removed an unnecessary logging statement from the __init__ method of the ChunkerFactory class.
Fix 'filename is not defined' error
This pull request includes a small change to the
ChunkerFactory
class in thechunking/chunker_factory.py
file. The change removes an unnecessary logging statement from the constructor.chunking/chunker_factory.py
: Removed an unnecessary logging statement from the__init__
method of theChunkerFactory
class.