remove print

This commit is contained in:
cupcakearmy 2021-11-24 09:35:31 +01:00
parent 1810af8d02
commit 2b14e6b1af
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 0 additions and 1 deletions

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)