From fb212e725edf8a74e7862637c72637e8b16863c9 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Tue, 25 Jun 2019 00:12:50 +0100 Subject: [PATCH] rm debug prints! --- django_kepi/models/thing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/django_kepi/models/thing.py b/django_kepi/models/thing.py index 31a42b5..7254ceb 100644 --- a/django_kepi/models/thing.py +++ b/django_kepi/models/thing.py @@ -314,9 +314,7 @@ class Thing(models.Model): raw_material = self['object'] creation = Thing.create(**raw_material, run_side_effects = False) - print(self.pretty) self['object'] = creation - print(self.pretty) self.save() elif self.f_type in OTHER_OBJECT_TYPES: