We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcb6c8 commit c3598b4Copy full SHA for c3598b4
sdk/diffgram/file/compound_file.py
@@ -83,7 +83,6 @@ def __create_compound_parent_file(self):
83
self.project.handle_errors(response)
84
data = response.json()
85
self.parent_file_data = data.get('file')
86
- print('self,', self.parent_file_data)
87
return data.get('file')
88
89
def __create_child_file(self, child_file: CompoundChildFile):
0 commit comments