From a8d26d5cf2d08ac63f449b77fa6886a956d6fdac Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 5 Jun 2016 14:28:35 +0000 Subject: [PATCH] remove debug logging git-svn-id: https://xpra.org/svn/Xpra/trunk@12746 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- src/xpra/server/auth/password_auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xpra/server/auth/password_auth.py b/src/xpra/server/auth/password_auth.py index 2580f7fe5f..e2c5e0cc71 100644 --- a/src/xpra/server/auth/password_auth.py +++ b/src/xpra/server/auth/password_auth.py @@ -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