remove some debug output

This commit is contained in:
darkrose 2014-11-15 16:00:17 +10:00
parent bad8c3f7d8
commit 44f3646a9a
1 changed files with 0 additions and 1 deletions

View File

@ -2334,7 +2334,6 @@ void Client::playDigSound(content_t c)
volume /= 100.0;
if (c == CONTENT_IGNORE) {
c = getPointedContent();
printf("dig: %X\n",c);
if ((c&CONTENT_MOB_MASK) != 0) {
if (content_mob_features(c).sound_punch != "")
m_sound->playSound(content_mob_features(c).sound_punch,false,volume);