mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
remove debuging log
This commit is contained in:
parent
ff95b81ec4
commit
c5bd6a238b
1 changed files with 0 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue