Skip to content

Commit

Permalink
Removed debugging artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ievapudz committed Dec 12, 2023
1 parent b5ed9e1 commit 5cdc8f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion temstapro
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ parser.add_option("--version", "-v", dest="version",

if(options.version):
print(f"TemStaPro 0.1.{os.popen('git rev-list --count HEAD').read().strip()}")
print(PARAMETERS['DEVICE'])
exit()

options.window_size_predictions = int(options.window_size_predictions)
Expand Down

0 comments on commit 5cdc8f6

Please sign in to comment.