Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed Jan 29, 2025
1 parent b20fa24 commit b934581
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/_helpers_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ def parse_config(config, fl_name=None, style_def=style):

html_content_string = "<br />".join(str_list) + "<br />"

print("The config looks like follows:")
print(html_content_string)
print("-------------------------------")

# define styles to be used in htmls generated below
coral_bg = "coral_bg"
mint_bg = "mint_bg"
Expand Down

0 comments on commit b934581

Please sign in to comment.