Disabled some debugging noise.

This commit is contained in:
William Kendrick 2006-08-27 22:41:24 +00:00
parent 4e33b31baa
commit 20f1da1afd

View file

@ -5360,8 +5360,6 @@ static void get_stamp_thumb(stamp_type * sd)
// damn thing wants a .png extension; give it one // damn thing wants a .png extension; give it one
memcpy(buf + len, ".png", 5); memcpy(buf + len, ".png", 5);
sd->ssnd = loadsound(buf); sd->ssnd = loadsound(buf);
if (sd->ssnd == NULL)
printf("ssnd NULL!\n");
sd->no_sound = !sd->ssnd; sd->no_sound = !sd->ssnd;
} }
@ -5371,8 +5369,6 @@ static void get_stamp_thumb(stamp_type * sd)
// damn thing wants a .png extension; give it one // damn thing wants a .png extension; give it one
memcpy(buf + len, ".png", 5); memcpy(buf + len, ".png", 5);
sd->sdesc = loaddescsound(buf); sd->sdesc = loaddescsound(buf);
if (sd->sdesc == NULL)
printf("sdesc NULL!\n");
sd->no_descsound = !sd->sdesc; sd->no_descsound = !sd->sdesc;
} }
#endif #endif
@ -9563,7 +9559,7 @@ static double loadinfo(const char *const fname, stamp_type * inf)
debug(cp); debug(cp);
} }
printf("tinter=%d\n", inf->tinter); //printf("tinter=%d\n", inf->tinter);
} }
else if (strcmp(buf, "nomirror") == 0) else if (strcmp(buf, "nomirror") == 0)
inf->mirrorable = 0; inf->mirrorable = 0;