Skip to content

Commit c3598b4

Browse files
author
Pablo
committed
cleanup
1 parent 3bcb6c8 commit c3598b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/diffgram/file/compound_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def __create_compound_parent_file(self):
8383
self.project.handle_errors(response)
8484
data = response.json()
8585
self.parent_file_data = data.get('file')
86-
print('self,', self.parent_file_data)
8786
return data.get('file')
8887

8988
def __create_child_file(self, child_file: CompoundChildFile):

0 commit comments

Comments
 (0)