From 9ef254b7d90e59daea73f6d0b08eaa0e7eb1dc8d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 17:28:58 -0500 Subject: remove log --- time.string.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.string.go') diff --git a/time.string.go b/time.string.go index 5d15abe..0aa2714 100644 --- a/time.string.go +++ b/time.string.go @@ -40,7 +40,7 @@ func doTimeString(BUILDTIME string) (*time.Time, error) { } if len(parts) >= 2 { if len(parts[0]) == 10 && len(parts[1]) == 8 { - // log.Info("GOT HERE also", BUILDTIME) + // fmt.Println("GOT HERE also", BUILDTIME) const layout = "2006/01/02 15:04:05" t, err := time.ParseInLocation(layout, parts[0]+" "+parts[1], time.UTC) if err == nil { -- cgit v1.2.3