remove useless debug log

This commit is contained in:
Tordarus 2025-02-05 10:02:23 +01:00
parent 98c54d249b
commit 94e1a9d99a

View File

@ -58,7 +58,5 @@ func WriteCache() error {
return err
}
fmt.Println("hashsum cache written")
return nil
}