Remove a debug printf

stable-5.1
Günther Brammer 2010-12-22 02:11:16 +01:00
parent 760c06666e
commit 6650f12696
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ void C4GameMessage::Draw(C4TargetFacet &cgo, int32_t iPlayer)
ColorDw,ACenter);
return;
}
fprintf(stderr, "%f %f '%s'\n", iMsgX, iMsgY, Text.getData());
}
}