removed debug output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-22 12:55:21 +00:00
parent fe732cd399
commit 5c834871aa

View file

@ -60,7 +60,7 @@ int lang_load(const char *filename)
id = (ptr[0]<<8) | ptr[1]; /* get two-byte id */
ptr+=2; /* pass the id */
if(id < LANG_LAST_INDEX_IN_ARRAY) {
#ifdef SIMULATOR
#if 0
printf("%2x New: %30s ", id, ptr);
printf("Replaces: %s\n", language_strings[id]);
#endif