Skip to content

Commit

Permalink
删除多余的 print 调试信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Feb 21, 2024
1 parent 074befd commit be36d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/view/auxiliary_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,6 @@ def updateCompleter(self):
self.validate()

def setValue(self, championName: str, isChecked: bool):
print(f"{championName = }, {isChecked = }")
qconfig.set(self.championConfigItem, championName)
qconfig.set(self.enableConfigItem, isChecked)

Expand All @@ -1017,7 +1016,6 @@ def validate(self):
text = self.lineEdit.text()

if text not in self.champions and self.switchButton.checked:
print('hi')
self.setValue("", False)

self.__onLineEditTextChanged(text)
Expand Down

0 comments on commit be36d39

Please sign in to comment.