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:
Jay S Bryant
2016-02-03 15:05:42 -06:00
parent bdeab3af0e
commit 5523e32dc8

View File

@@ -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])