Remove debug statement.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18318 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2012-07-01 14:33:51 +00:00
parent 5b1aa47402
commit bfc9f612ab
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ def do_enemy():
msg = msg.replace('%e', whoami.Enemy.Name)
whoami.Say(msg)
said = said + str(whoami.Enemy.Count) + ';'
Crossfire.Log(Crossfire.LogDebug, 'said = ' + said)
whoami.WriteKey('greet_enemy', said, 1)