refactor: remove fetch call

This commit is contained in:
Slug-Boi
2025-04-19 20:48:20 +02:00
parent c1b9e35851
commit 1d51c55bc5
-5
View File
@@ -138,11 +138,6 @@ func Execute() {
// check for update // check for update
check_update() check_update()
err := utils.FetchConfig()
if err != nil {
panic(fmt.Sprintf("Error fetching config: %v", err))
}
// author file check // author file check
author_file, err := utils.CheckAuthorFile(os.Stdin, os.Stdout) author_file, err := utils.CheckAuthorFile(os.Stdin, os.Stdout)
if err != nil { if err != nil {