remove debug lines
This commit is contained in:
@ -120,8 +120,6 @@ def show_country(country, single_country=False):
|
||||
else:
|
||||
coin_count['total'] += value * coin_count[value]
|
||||
coin_count['total'] /= 100
|
||||
import json
|
||||
print(json.dumps(coin_count, indent=4))
|
||||
|
||||
return {
|
||||
'country': c,
|
||||
|
Reference in New Issue
Block a user