Remove debugging statement

This commit is contained in:
Neale Pickett 2010-03-03 12:30:06 -07:00
parent 393960c12e
commit 988c39d403
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Pflanzarr:
AIs = {}
for fn in tmpPlayers:
p = unquote(fn)
print (p, fn)
if (not (p.startswith('.')
or p.endswith('#')
or p.endswith('~'))