1
0
Fork 0
forked from len0rd/rockbox

Removed testing debugf()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-10 14:58:32 +00:00
parent c492d24cce
commit 81dfba4e3d

View file

@ -120,7 +120,6 @@ void lcd_puts(int x, int y, char *string)
strncpy(buffer, string, 11);
buffer[11]=0;
debugf("lcd_puts(%d,%d,%s)\n",x,y,string);
sim_lcd_puts(x, y, buffer, 0);
}
#endif