diff --git a/backend/installfinders/launchers/epic/epic_windows.go b/backend/installfinders/launchers/epic/epic_windows.go index eb602c26..5b27b9d9 100644 --- a/backend/installfinders/launchers/epic/epic_windows.go +++ b/backend/installfinders/launchers/epic/epic_windows.go @@ -1,7 +1,6 @@ package epic import ( - "log/slog" "os" "path/filepath" @@ -11,7 +10,6 @@ import ( var epicManifestsFolder = filepath.Join(os.Getenv("PROGRAMDATA"), "Epic", "EpicGamesLauncher", "Data", "Manifests") func FindInstallations() ([]*common.Installation, []error) { - slog.Warn("test") return findInstallationsEpic(epicManifestsFolder, "Epic Games", func(appName string) []string { return []string{ "cmd",