cleanup
This commit is contained in:
parent
88f5579d40
commit
d6dfbfa5a1
1 changed files with 0 additions and 1 deletions
|
@ -634,7 +634,6 @@ def ShowMessageBox(title="Message Box", icon="INFO", message="", prevent_repeat=
|
|||
if prevent_repeat:
|
||||
for m in message_memory:
|
||||
if m[0] == title and m[1] == icon and m[2] == message:
|
||||
print("PREVENT PREVENT")
|
||||
return
|
||||
message_memory.append([title, icon, message])
|
||||
myLines = message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue