[PartDesign] Remove unwanted print statement

This commit is contained in:
Syres916
2023-12-20 18:51:40 +00:00
committed by GitHub
parent 2c4059a3d5
commit f59f8d7810

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)