Remove debug statement
We found in a recent review that one of my debug print statements was accidentally let in an earlier patch. This patch removes my debug code. Change-Id: I1d1baaed4362d499b1c141f0eba36dfe883d0e3a
This commit is contained in:
@@ -63,8 +63,6 @@ class ClientTest(utils.TestCase):
|
||||
|
||||
output = self.logger.output.split('\n')
|
||||
|
||||
print("JSBRYANT: output is", output)
|
||||
|
||||
self.assertNotIn("fakePassword", output[1])
|
||||
self.assertIn("fakeUser", output[1])
|
||||
|
||||
|
Reference in New Issue
Block a user