From 48b19f1e70331fc6213a2e3a179e8b18a26aaecc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 05:55:42 -0600 Subject: new protobuf file --- configDefault.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'configDefault.go') diff --git a/configDefault.go b/configDefault.go index 89e8ba8..3246798 100644 --- a/configDefault.go +++ b/configDefault.go @@ -2,8 +2,6 @@ package forgepb import ( "fmt" - - "go.wit.com/log" ) func (all *ForgeConfigs) sampleConfig() { @@ -11,11 +9,7 @@ func (all *ForgeConfigs) sampleConfig() { new1.GoPath = "go.wit.com" new1.Writable = true new1.Directory = true - if all.Append(new1) { - log.Info("added", new1.GoPath, "ok") - } else { - log.Info("added", new1.GoPath, "failed") - } + all.Append(new1) fmt.Println("first time user. adding an example config file with", len(all.ForgeConfigs), "repos") } -- cgit v1.2.3