rm debug prints!

2019-08-17
Marnanel Thurman 2019-06-25 00:12:50 +01:00
rodzic 78fc41e54f
commit fb212e725e
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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: