Skip to content

Commit b478e58

Browse files
authored
STYLE: remove print statement (#159)
1 parent deb1239 commit b478e58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

idc_index/index.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@ def _validate_update_manifest_and_get_download_size(
10841084
"cp " + merged_df["s3_url"] + " " + '"' + downloadDir + '"'
10851085
)
10861086

1087-
print(merged_df["s5cmd_cmd"])
1088-
10891087
# Combine all commands into a single string with newline separators
10901088
commands = "\n".join(merged_df["s5cmd_cmd"])
10911089

0 commit comments

Comments
 (0)