Hide Print for debugging

This commit is contained in:
joe
2023-08-07 13:39:30 +09:00
parent beebf08617
commit 7a1d191bed

View File

@@ -728,7 +728,7 @@ class MainFrame(wx.Frame):
MOVEPARTS = ['head_y_index']
updated_list = []
print( self.start_values, self.targets, self.progress, self.direction )
#print( self.start_values, self.targets, self.progress, self.direction )
for item in tranisitiondPose:
key, value = item.split(': ')