Remove evil 'print'.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14676 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2011-06-21 21:11:18 +00:00
parent 39a10aa4fd
commit 17c619135f
1 changed files with 0 additions and 1 deletions

View File

@ -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()