remove print

pull/136/head
cupcakearmy 3 years ago
parent 1810af8d02
commit 2b14e6b1af
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

@ -20,7 +20,6 @@ func getLock() *viper.Viper {
lock = viper.New() lock = viper.New()
lock.SetDefault("running", false) lock.SetDefault("running", false)
p := viper.ConfigFileUsed() p := viper.ConfigFileUsed()
colors.Primary.Println(p)
if p == "" { if p == "" {
colors.Error.Println("cannot lock before reading config location") colors.Error.Println("cannot lock before reading config location")
os.Exit(1) os.Exit(1)

Loading…
Cancel
Save