mirror of https://github.com/dirtbags/moth.git
Remove debugging statement
This commit is contained in:
parent
393960c12e
commit
988c39d403
|
@ -33,7 +33,6 @@ class Pflanzarr:
|
||||||
AIs = {}
|
AIs = {}
|
||||||
for fn in tmpPlayers:
|
for fn in tmpPlayers:
|
||||||
p = unquote(fn)
|
p = unquote(fn)
|
||||||
print (p, fn)
|
|
||||||
if (not (p.startswith('.')
|
if (not (p.startswith('.')
|
||||||
or p.endswith('#')
|
or p.endswith('#')
|
||||||
or p.endswith('~'))
|
or p.endswith('~'))
|
||||||
|
|
Loading…
Reference in New Issue