mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
remove debuging log
This commit is contained in:
parent
ff95b81ec4
commit
c5bd6a238b
@ -480,10 +480,6 @@ class LdapCherry(object):
|
|||||||
|
|
||||||
if cherrypy.request.method.upper() == 'POST':
|
if cherrypy.request.method.upper() == 'POST':
|
||||||
notification = "<script type=\"text/javascript\">$.notify('User Added')</script>"
|
notification = "<script type=\"text/javascript\">$.notify('User Added')</script>"
|
||||||
cherrypy.log.error(
|
|
||||||
msg = params ,
|
|
||||||
severity = logging.DEBUG
|
|
||||||
)
|
|
||||||
self._adduser(params)
|
self._adduser(params)
|
||||||
else:
|
else:
|
||||||
notification = ''
|
notification = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user