remove debuging log

This commit is contained in:
kakwa 2015-06-16 00:25:04 +02:00
parent ff95b81ec4
commit c5bd6a238b
1 changed files with 0 additions and 4 deletions

View File

@ -480,10 +480,6 @@ class LdapCherry(object):
if cherrypy.request.method.upper() == 'POST':
notification = "<script type=\"text/javascript\">$.notify('User Added')</script>"
cherrypy.log.error(
msg = params ,
severity = logging.DEBUG
)
self._adduser(params)
else:
notification = ''