Skip to content

Commit

Permalink
feat: removed redundant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Oct 9, 2023
1 parent d278640 commit 2005e22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openfasoc/generators/dcdc-gen/tools/dcdc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,5 @@
json_config=jsonConfig
)

print("#----------------------------------------------------------------------")
print("# Simulation output Generated")
print("#----------------------------------------------------------------------")
print("Exiting tool....")
exit()

0 comments on commit 2005e22

Please sign in to comment.