remove debug

This commit is contained in:
j 2018-08-22 20:57:03 +02:00
parent 787e0e22e8
commit 9bbe577d2f

View File

@ -45,7 +45,6 @@ class MaxLengthAdminMarkdownxWidget(AdminMarkdownxWidget):
if not attrs: if not attrs:
attrs = {} attrs = {}
attrs['maxlength'] = 250 attrs['maxlength'] = 250
print(dir(self))
return super(MaxLengthAdminMarkdownxWidget, self).get_context(name, value, attrs) return super(MaxLengthAdminMarkdownxWidget, self).get_context(name, value, attrs)
class Media: class Media: