From 2b14e6b1af5ddea396082a29966cb5c2bb6b3112 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 24 Nov 2021 09:35:31 +0100 Subject: [PATCH] remove print --- internal/lock/lock.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/lock/lock.go b/internal/lock/lock.go index 4cae533..b07727b 100644 --- a/internal/lock/lock.go +++ b/internal/lock/lock.go @@ -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)