Remove print statement

This commit is contained in:
Matt Wright
2012-09-16 22:11:49 -04:00
parent 6c189f331f
commit a0ed846a59
-1
View File
@@ -257,7 +257,6 @@ class ConfiguredSecurityTests(SecurityTest):
data='{ "email": "dude@lp.com", "password": "password" }',
content_type='application/json')
data = json.loads(r.data)
print data
self.assertEquals(data['meta']['code'], 200)
self.assertIn('authentication_token', data['response']['user'])