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 Sep 30, 2023
1 parent 9f7063a commit 169936c
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 169936c

Please sign in to comment.