removing print statement
This commit is contained in:
@@ -162,8 +162,6 @@ class CPChartTest(TestCase):
|
||||
sex = r.sex,
|
||||
weightc = r.weightcategory)
|
||||
|
||||
print(url)
|
||||
|
||||
response = self.c.get(url)
|
||||
self.assertEqual(response.status_code,200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user