remove print

This commit is contained in:
Enver Bisevac 2015-01-25 19:47:40 +01:00
parent b8ebd249c6
commit ec90263c82
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ class CKEditorWidget(forms.Textarea):
if value is None:
value = ''
final_attrs = self.build_attrs(attrs, name=name)
print self.config
if 'filebrowserUploadUrl' not in self.config:
self.config.setdefault('filebrowserUploadUrl', reverse('ckeditor_upload'))
if 'filebrowserBrowseUrl' not in self.config: