mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
removed debug puts
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user