Remove buggy logger statement
This commit is contained in:
parent
486a92a9a4
commit
bb0bfb98ce
|
|
@ -264,7 +264,6 @@ class ContentBlockFactory(BasePageFactory):
|
|||
if any(f"{stream_field_name}__" in s for s in kwargs.keys()):
|
||||
logger.debug("doing nothing")
|
||||
logger.debug(kwargs.keys())
|
||||
logger.debug(kwargs["contents"])
|
||||
return
|
||||
if stream_field_name in kwargs:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue