We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3129af8 commit 0c46222Copy full SHA for 0c46222
djangocms_frontend/component_pool.py
@@ -56,7 +56,6 @@ def get_field_context(self) -> dict:
56
if "." in field:
57
module, field_name = field.rsplit(".", 1)
58
field_context[field_name] = importlib.import_module(module).__dict__[field_name]
59
- print(field_context)
60
return field_context
61
62
@staticmethod
0 commit comments