mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
remove extra debug
This commit is contained in:
parent
f5ef0f40a8
commit
c84f2bb738
1 changed files with 0 additions and 1 deletions
|
|
@ -268,7 +268,6 @@ class AuthBackends(Resource):
|
|||
if not handler or len(handler.backends) == 0:
|
||||
self.abort(404, "No authentication backend found")
|
||||
ret = []
|
||||
print type(handler.backends)
|
||||
for name, backend in iteritems(handler.backends):
|
||||
ret.append({
|
||||
'name': name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue