remove leftover print statement

pull/139/head
Aevann 2023-03-10 04:15:14 +02:00
parent 07ff206524
commit 9cf396c106
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ class User(Base):
elif currency == 'combined':
if in_db.marseybux >= amount:
subtracted_mbux = amount
print(subtracted_mbux, flush=True)
subtracted_coins = 0
else:
subtracted_mbux = in_db.marseybux