Remove test code
This commit is contained in:
parent
49bda926c6
commit
29f84ea007
2 changed files with 0 additions and 10 deletions
|
|
@ -65,8 +65,6 @@ class InstancedPermission:
|
|||
obj._force_delete = True
|
||||
Model.delete(obj)
|
||||
|
||||
with open("/tmp/log", "w") as f:
|
||||
f.write(str(obj) + ", " + str(obj.pk) + ", " + str(self.model.model_class().objects.filter(pk=0).exists()))
|
||||
return ret
|
||||
|
||||
if permission_type == self.type:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue