Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Dec 30, 2023
1 parent cb9c221 commit 7fa4b9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/installfinders/launchers/epic/epic_windows.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package epic

import (
"log/slog"
"os"
"path/filepath"

Expand All @@ -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",
Expand Down

0 comments on commit 7fa4b9d

Please sign in to comment.