removed uselss print

This commit is contained in:
reibs
2024-03-27 13:54:57 -07:00
parent f2071765f1
commit 2b4226e3d4

View File

@@ -45,7 +45,6 @@ async def update_token_costs():
global TOKEN_COSTS
try:
TOKEN_COSTS = await fetch_costs()
print("TOKEN_COSTS updated successfully.")
except Exception as e:
logging.error(f"Failed to update TOKEN_COSTS: {e}")