diff --git a/functions/wallpaper.go b/functions/wallpaper.go index 11cd36a..91665f9 100644 --- a/functions/wallpaper.go +++ b/functions/wallpaper.go @@ -2,7 +2,6 @@ package functions import ( "encoding/json" - "fmt" "github.com/jasonlvhit/gocron" "github.com/reujab/wallpaper" "github.com/rodkranz/fetch" @@ -62,10 +61,6 @@ func SetWallpaper() { } } -func x() { - fmt.Println("F") -} - func StartWallpaper() { type Autostart struct { Autochangewallpaper int `json:"autochangewallpaper"`