From 17c619135f97e2ea1bebbdebe6d245f91176ed22 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Tue, 21 Jun 2011 21:11:18 +0000 Subject: [PATCH] Remove evil 'print'. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14676 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/pshop/Ice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pshop/Ice.py b/python/pshop/Ice.py index e7db81a9c..070c4d9f3 100755 --- a/python/pshop/Ice.py +++ b/python/pshop/Ice.py @@ -125,7 +125,6 @@ elif Params=="PuddleDeath": Fogs=int(whoami.Weight/1000) Fogs=max(Fogs,1) - print Fogs a=whoami.Inventory while a !=None: a.Remove()