refactor: cleanup

fix: first commit error
This commit is contained in:
Swann
2019-09-26 22:42:12 +02:00
parent 961f9fbd46
commit c91ed17c23

View File

@ -33,7 +33,6 @@ class BlMetaball(BlDatablock):
def diff(self):
rev = diff(self.dump(pointer=self.pointer), self.buffer)
print(rev)
return (self.bl_diff() or
len(rev) > 0)