removed debug statement

This commit is contained in:
Alfred Kamanda 2024-11-19 16:27:19 +03:00
parent eab6dbd74c
commit 9498242901
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -110,7 +110,6 @@ func GetTransferData(ctx context.Context, db storage.PrefixDb, publicKey string,
// Helper function to format date in desired output
func formatDate(dateStr string) string {
fmt.Println(dateStr)
parsedDate, err := time.Parse("2006-01-02 15:04:05 -0700 MST", dateStr)
if err != nil {
fmt.Println("Error parsing date:", err)