remove print

This commit is contained in:
sqlcoder 2009-09-27 10:42:33 +01:00
parent 6f75719ffe
commit 9a7d7267ff

View File

@ -1120,7 +1120,6 @@ class Database:
if p_id:
self.hero_ids[site_id] = p_id
print "hero_ids =", self.hero_ids
if self.hero_ids == {}:
where = ""
else: