Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Apr 17, 2020
1 parent 89321ad commit fbcd635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions passhportd/app/views_mod/target/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ def target_rmuser():
return utils.response('ERROR: "' + targetname + '" -> ' + \
e.message, 409)

app.logger.error("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
app.logger.error(request.args)
utils.notif("User " + username + " lost access to " + targetname + ".",
"[PaSSHport] " + username + " removed from " + targetname, request)
return utils.response('OK: "' + username + '" removed from "' + \
Expand Down

0 comments on commit fbcd635

Please sign in to comment.