Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@12746 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 5, 2016
1 parent 389b129 commit a8d26d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/server/auth/password_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
class Authenticator(SysAuthenticator):

def __init__(self, username, **kwargs):
print("kwargs=%s" % (kwargs, ))
SysAuthenticator.__init__(self, username)
self.value = kwargs.get("value")
self.authenticate = self.authenticate_hmac
Expand Down

0 comments on commit a8d26d5

Please sign in to comment.