Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 1, 2024
1 parent 3a8d9c0 commit 999e8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fusion_report/common/net.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
class Net:
@staticmethod
def get_cosmic_token(params: Namespace):
print(params.no_cosmic)
if params.cosmic_token is not None:
return params.cosmic_token

Expand Down

0 comments on commit 999e8c0

Please sign in to comment.