aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-26 19:58:48 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-26 19:58:48 -0400
commitdd431b36c21b4a909d3ae0a12a4e607d326ac3cc (patch)
tree5e7e3096d7202ce5dcdf4fc2c2eeb4b8ce23bae0 /pkg/data
parentf2b5e62e54edce872ddc5cc0cd8fc47251ed29c2 (diff)
Add support commented lines in shell
Diffstat (limited to 'pkg/data')
-rw-r--r--pkg/data/put.go1
1 files changed, 0 insertions, 1 deletions
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
}