From f76e88b530b14e298d7d140fd37cba44855dd038 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 16 Apr 2008 19:07:08 +0000 Subject: [PATCH] removed useless printf git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@423 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/940ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index 272b67b..f217dea 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -434,7 +434,7 @@ void YM2612Init_940(int baseclock, int rate) void YM2612ResetChip_940(void) { - printf("YM2612ResetChip_940()\n"); + //printf("YM2612ResetChip_940()\n"); if (shared_data == NULL) { printf("YM2612ResetChip_940: reset before init?\n"); return; -- 2.39.2