removed unneeded "working" debug output

This commit is contained in:
phixxy 2024-03-09 18:29:50 -08:00
parent c1a6978a9c
commit 6bbd4f7a33

View file

@ -101,7 +101,6 @@ class ChatGPT(commands.Cog):
usage="costs [month] [year]", usage="costs [month] [year]",
) )
async def costs(self, ctx, month=time.strftime("%B"), year=time.strftime("%Y")): async def costs(self, ctx, month=time.strftime("%B"), year=time.strftime("%Y")):
print('working')
total_cost = 0 total_cost = 0
cost_per_day = {} cost_per_day = {}
for x in range(1,32): for x in range(1,32):