[PartDesign] Remove unwanted print statement

This commit is contained in:
Syres916
2023-12-20 18:51:40 +00:00
committed by GitHub
parent 8ba8375dbb
commit 41d9c4bfe5

View File

@@ -142,7 +142,6 @@ class Sprocket:
obj.Proxy = self
def onDocumentRestored(self, obj):
print(self.sprockRef[1])
"""hook used to migrate older versions of this object"""
self._ensure_properties(obj, is_restore=True)