From 91ee9058439aefb6d994d5908c9c16255b69da1c Mon Sep 17 00:00:00 2001 From: Michael Price Date: Thu, 22 Mar 2018 19:37:16 -0400 Subject: [PATCH] Remove debug statements. Signed-off-by: Michael Price --- mayan/apps/cabinets/tests/test_wizard_steps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mayan/apps/cabinets/tests/test_wizard_steps.py b/mayan/apps/cabinets/tests/test_wizard_steps.py index c02ae67f6c..b35e427fbb 100644 --- a/mayan/apps/cabinets/tests/test_wizard_steps.py +++ b/mayan/apps/cabinets/tests/test_wizard_steps.py @@ -48,6 +48,4 @@ class CabinetDocumentUploadTestCase(GenericDocumentViewTestCase): response = self._request_upload_interactive_document_create_view() self.assertEqual(response.status_code, 302) - print '1', self.cabinet - print '2', Document.objects.first().cabinets.all() self.assertTrue(self.cabinet in Document.objects.first().cabinets.all())