Skip to content

Commit 4280ab7

Browse files
committed
chore(worker): Cleanup extra print statement
1 parent 6e49fd4 commit 4280ab7

File tree

1 file changed

+0
-1
lines changed
  • services/datalad/datalad_service/common

1 file changed

+0
-1
lines changed

services/datalad/datalad_service/common/s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def s3_export(dataset_path, target, treeish):
140140

141141
def s3_backup_push(dataset_path):
142142
"""Perform an S3 push to the backup remote on a git-annex repo."""
143-
print(backup_remote_env())
144143
subprocess.check_call(
145144
['git-annex', 'push', get_s3_backup_remote()],
146145
cwd=dataset_path,

0 commit comments

Comments
 (0)