Skip to content

Commit cbb0e76

Browse files
authored
Merge pull request #106 from parteekcoder/contribute_action
Removing log messages
2 parents 3e61005 + 8437ddf commit cbb0e76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

contribute.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def decode_token(encoded_token):
155155
files = [f for f in files if not f[0] == '.']
156156
for filename in files:
157157
path = f"{root}/{filename}"
158-
print(path)
159158
if isImageFile(filename):
160159
with open(file=path, mode='rb') as file:
161160
image = file.read()
@@ -165,7 +164,6 @@ def decode_token(encoded_token):
165164
content = file.read()
166165
file_path = f'{DIR_PATH+remove_prefix(path,STUDY_NAME_PATH)}'
167166
if(platform.uname()[0]=='Windows'): file_path=file_path.replace("\\","/")
168-
print('d',end="")
169167
appendBlobInTree(repo,content,file_path,tree_content)
170168
commitAndUpdateRef(repo,tree_content,base_ref.commit,branch)
171169
runWorkflow(repo,upstream_repo)

0 commit comments

Comments
 (0)