Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff McCune
752a3f912d (#34) Remove debug info logs 2024-03-05 11:05:51 -08:00
2 changed files with 1 additions and 3 deletions

View File

@@ -101,9 +101,7 @@ func makeGetRunFunc(hc *holos.Config, cfg *config) command.RunFunc {
if err != nil {
return wrapper.Wrap(err)
}
log.Info(fmt.Sprintf("len: %v", len(b)))
b = util.EnsureNewline(b)
log.Info(fmt.Sprintf("len: %v", len(b)))
hc.Write(b)
} else { // print named data keys keys
if data, found := secret.Data[printFile]; found {

View File

@@ -1 +1 @@
1
2