diff --git a/wallpaper.go b/wallpaper.go index 016aa3a..1919652 100644 --- a/wallpaper.go +++ b/wallpaper.go @@ -22,7 +22,6 @@ func GetOutputsWallpapers(config Config) ([]string, []string, error) { files := []string{} screens := []string{} outputs, err := i3.GetOutputs() - if err != nil { return files, screens, err } @@ -43,7 +42,6 @@ func GetOutputsWallpapers(config Config) ([]string, []string, error) { func UpdateWallapers(config Config) { files, screens, err := GetOutputsWallpapers(config) - if err != nil { log.Printf("[ERROR] %s", err.Error()) return