remove debug
This commit is contained in:
parent
787e0e22e8
commit
9bbe577d2f
|
@ -45,7 +45,6 @@ class MaxLengthAdminMarkdownxWidget(AdminMarkdownxWidget):
|
|||
if not attrs:
|
||||
attrs = {}
|
||||
attrs['maxlength'] = 250
|
||||
print(dir(self))
|
||||
return super(MaxLengthAdminMarkdownxWidget, self).get_context(name, value, attrs)
|
||||
|
||||
class Media:
|
||||
|
|
Loading…
Reference in New Issue
Block a user