remove debug.

This commit is contained in:
sorgelig
2020-01-15 22:33:01 +08:00
parent 2d1694be67
commit 20ecb10ef4

View File

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