diff --git a/product/ERP5Form/CaptchaField.py b/product/ERP5Form/CaptchaField.py
index 713257a8269eda6cb9d0fc6eb37d024f2a537a3c..714f7f40c6dabdef62a823ed590e41ec90a284b1 100644
--- a/product/ERP5Form/CaptchaField.py
+++ b/product/ERP5Form/CaptchaField.py
@@ -67,7 +67,6 @@ class CaptchasDotNetProvider(object):
   def getImageGenerator (self, field):
     captchas_client = field.get_value("captcha_dot_net_client") or "demo"
     captchas_secret = field.get_value("captcha_dot_net_secret") or "secret"
-    print "--", captchas_client, captchas_secret
     return CaptchasDotNet.CaptchasDotNet(client = captchas_client, secret = captchas_secret)
   
   def generate(self, field):