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); } }