From 36ccdf1df02b5e2ce173047a262b264f70fa8124 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Fri, 16 Jun 2023 17:12:56 -0400 Subject: [PATCH] adding timing to server start/stop, reduced output --- internal/pkg/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 4338b37..0321571 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -44,7 +44,6 @@ func LoadConfig(file, path, ext string) (*viper.Viper, error) { return config, err } - fmt.Printf("Found %s\n", config.ConfigFileUsed()) logging.Debug(logging.DStart, "CON Loaded configs from %#V", config.ConfigFileUsed()) // returning config object