removed debug puts

This commit is contained in:
Linus Dierheimer
2021-05-28 14:14:57 +02:00
parent 49e7612795
commit 0b93feaa94
-1
View File
@@ -271,7 +271,6 @@ static void loadGarudaLogo(FFlogo* logo, bool doColor)
void ffLoadLogoFromFile(FFconfig* config, const char* path)
{
puts(path);
FILE* file = fopen(path, "r");
if(file == NULL)
{