Skip to content

Commit 0c46222

Browse files
committed
Remove debug statement
1 parent 3129af8 commit 0c46222

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangocms_frontend/component_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def get_field_context(self) -> dict:
5656
if "." in field:
5757
module, field_name = field.rsplit(".", 1)
5858
field_context[field_name] = importlib.import_module(module).__dict__[field_name]
59-
print(field_context)
6059
return field_context
6160

6261
@staticmethod

0 commit comments

Comments
 (0)