From 3b17c69177be6ee0b73ec7ac8d3f5e976b2a85be Mon Sep 17 00:00:00 2001 From: Victor Castell <0x@vcastellm.xyz> Date: Mon, 15 Jul 2024 10:45:58 +0000 Subject: [PATCH] Restore --- config/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.go b/config/config.go index a172da4d..c38da5e6 100644 --- a/config/config.go +++ b/config/config.go @@ -113,9 +113,6 @@ func Load(ctx *cli.Context, loadNetworkConfig bool) (*Config, error) { } else { log.Infof("error reading config file: ", err) return nil, err - // log.Infof("config file not found %s", configFilePath) - // return nil, err - // } else { } }