Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Feb 26, 2024
1 parent b39a73a commit 6acdbbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def update_readme(readme_path):
# line_number in array format -> first line = line 0
for line in fp:
if line_number == 24:
print(line)
readme_release_links = line.strip("\n").split("|")
assert(len(readme_release_links)==2)
entry_to_change = 1 if(is_visualization(repository)) else 0
Expand Down

0 comments on commit 6acdbbf

Please sign in to comment.