Remove print statement in unit test

Stray print statement in test_client, this
removes it.

Change-Id: I761da5067747d12d506165817fd5eef31a0ab792
This commit is contained in:
John Griffith
2015-04-20 09:44:13 -06:00
parent c8f670eec1
commit b4b0eeae79

View File

@@ -62,8 +62,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])