Skip to content

Commit 0a73fe6

Browse files
authored
Update djangocms_text/widgets.py
1 parent d057c77 commit 0a73fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangocms_text/widgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def get_global_settings(self, language):
227227
# Get the toolbar setting
228228
editor_config = get_editor_config()
229229
toolbar_setting = get_editor_base_config()
230-
print(toolbar_setting)
231230
for plugin in self.installed_plugins:
232231
toolbar_setting[plugin["value"]] = {
233232
"title": plugin["name"],

0 commit comments

Comments
 (0)