remove print
This commit is contained in:
parent
31d8e415ea
commit
0732c1bbec
|
@ -245,7 +245,6 @@ def check_authorized(string, to_check):
|
|||
elif isinstance(to_check, list):
|
||||
output = False
|
||||
for item in to_check:
|
||||
print(string, item, check_str(string, item))
|
||||
if check_str(string, item):
|
||||
output = True
|
||||
return output
|
||||
|
|
Loading…
Reference in New Issue