From 9bbe577d2f38f4dcc5b84f6ce2066fe8ee8aaf3c Mon Sep 17 00:00:00 2001 From: j Date: Wed, 22 Aug 2018 20:57:03 +0200 Subject: [PATCH] remove debug --- content/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/content/admin.py b/content/admin.py index e3a97e8..4397842 100644 --- a/content/admin.py +++ b/content/admin.py @@ -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: