Skip to content

Commit

Permalink
POLIO-2636: cleanup print
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-le committed Aug 23, 2024
1 parent 1fd8956 commit 55ca837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/polio/api/vaccines/stock_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def get_vials_destroyed(self):

def get_total_of_usable_vials(self):
results = self.get_list_of_usable_vials()
print('RESULTS', results)
total_vials_in = 0
total_doses_in = 0

Expand Down

0 comments on commit 55ca837

Please sign in to comment.