remove print

This commit is contained in:
2021-11-24 09:35:31 +01:00
parent 1810af8d02
commit 2b14e6b1af

View File

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