don't echo password to stdout...

This commit is contained in:
Matthew Hodgson 2014-09-03 00:02:29 +01:00
parent 2b9afa775e
commit bd7d47fcea

View File

@ -194,7 +194,7 @@ class SynapseCmd(cmd.Cmd):
user = "@" + user + ":" + self._domain()
reactor.callFromThread(self._do_login, user, p)
print " got %s " % p
#print " got %s " % p
except Exception as e:
print e