Skip to content

Commit

Permalink
Merge pull request #107 from ControlCore-Project/dev
Browse files Browse the repository at this point in the history
Remove logs
  • Loading branch information
pradeeban committed Aug 13, 2023
2 parents ea64a1a + cbb0e76 commit de7cdd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def decode_token(encoded_token):
files = [f for f in files if not f[0] == '.']
for filename in files:
path = f"{root}/{filename}"
print(path)
if isImageFile(filename):
with open(file=path, mode='rb') as file:
image = file.read()
Expand All @@ -165,7 +164,6 @@ def decode_token(encoded_token):
content = file.read()
file_path = f'{DIR_PATH+remove_prefix(path,STUDY_NAME_PATH)}'
if(platform.uname()[0]=='Windows'): file_path=file_path.replace("\\","/")
print('d',end="")
appendBlobInTree(repo,content,file_path,tree_content)
commitAndUpdateRef(repo,tree_content,base_ref.commit,branch)
runWorkflow(repo,upstream_repo)
Expand Down

0 comments on commit de7cdd6

Please sign in to comment.