Skip to content

Commit

Permalink
删除多余的调试输出
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Jan 16, 2025
1 parent bc42612 commit 402bc27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/lol/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,6 @@ async def showOpggBuild(data, selection: ChampionSelection):
if championId == 0:
return False

print(selection.queueId)

if selection.queueId == None:
if data.get('benchEnabled'):
mode = "aram"
Expand Down

0 comments on commit 402bc27

Please sign in to comment.