remove print spam

pull/2/head
cosmonaut 2022-07-22 21:36:28 -07:00
parent b0a7d81412
commit 1d55df92e1
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ static void dirwalk(char *dir)
{
Cram_AddFile(context, subname);
}
else
{
fprintf(stdout, "skipping %s\n", subname);
}
}
}