diff --git a/ldapcherry/__init__.py b/ldapcherry/__init__.py index c119f92..8bf8a7b 100644 --- a/ldapcherry/__init__.py +++ b/ldapcherry/__init__.py @@ -480,10 +480,6 @@ class LdapCherry(object): if cherrypy.request.method.upper() == 'POST': notification = "" - cherrypy.log.error( - msg = params , - severity = logging.DEBUG - ) self._adduser(params) else: notification = ''