From 988c39d403bc8236a94e649cfe8da389e8f44983 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 3 Mar 2010 12:30:06 -0700 Subject: [PATCH] Remove debugging statement --- tanks/Pflanzarr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tanks/Pflanzarr.py b/tanks/Pflanzarr.py index 95a7cb2..ec244ca 100644 --- a/tanks/Pflanzarr.py +++ b/tanks/Pflanzarr.py @@ -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('~'))