Commenting out printf()s

This commit is contained in:
Pere Pujal i Carabantes 2014-08-14 06:08:48 +00:00
parent b9a8a05618
commit 79e6da0fb6
2 changed files with 9 additions and 7 deletions

View file

@ -10740,7 +10740,6 @@ static char *loaddesc(const char *const fname, Uint8 * locale_text)
if (!feof(fi))
{
strip_trailing_whitespace(buf);
printf("buf %s\n", buf);
if (!got_first)
{