From dd431b36c21b4a909d3ae0a12a4e607d326ac3cc Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 26 Jun 2025 19:58:48 -0400 Subject: Add support commented lines in shell --- pkg/data/put.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/data') diff --git a/pkg/data/put.go b/pkg/data/put.go index a5237ae..e0185ae 100644 --- a/pkg/data/put.go +++ b/pkg/data/put.go @@ -400,6 +400,5 @@ func (p PutMany) authors(ctx context.Context) error { return err } - fmt.Println("encountered no errors!") return nil } -- cgit v1.2.3