From 1e35ce72d033a9388002ed02f2a9229cdd17bce9 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 30 Sep 2016 12:04:00 +0100 Subject: [PATCH] Remove print statement --- tests/test_schemas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_schemas.py b/tests/test_schemas.py index 417d0afdd..1d98a4618 100644 --- a/tests/test_schemas.py +++ b/tests/test_schemas.py @@ -234,6 +234,4 @@ class TestSchemaGenerator(TestCase): } } ) - print schema - print expected self.assertEqual(schema, expected)