Skip to content

Commit

Permalink
Removed print stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Sep 6, 2010
1 parent b2fb586 commit 57821b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmsplugin_contact/admin.py
Expand Up @@ -67,7 +67,6 @@ def _check_recaptcha(self):
def clean(self):

method = self.cleaned_data['spam_protection_method']
print "huhu"
if method == 1:
# user chose aksimet => akismet api key is required
self._check_akismet()
Expand Down

0 comments on commit 57821b4

Please sign in to comment.