From 20ecb10ef4f52caa7983e31942d264bad8f481c3 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Wed, 15 Jan 2020 22:33:01 +0800 Subject: [PATCH] remove debug. --- support/arcade/romutils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/arcade/romutils.cpp b/support/arcade/romutils.cpp index 711ffe3..e36998a 100644 --- a/support/arcade/romutils.cpp +++ b/support/arcade/romutils.cpp @@ -853,7 +853,6 @@ static const char *get_rbf(const char *xml) { if (!lastfound[0] || strcmp(lastfound, entry->d_name) < 0) { - printf("*** %s\n", entry->d_name); strcpy(lastfound, entry->d_name); } } @@ -864,7 +863,6 @@ static const char *get_rbf(const char *xml) { if (!lastfound[0] || strcmp(lastfound, entry->d_name) < 0) { - printf("*** %s\n", entry->d_name); strcpy(lastfound, entry->d_name); } }