inprove reporting???!?!!!!!.

This commit is contained in:
pigwin
2025-01-09 19:28:10 +00:00
parent 083a267b2a
commit d996411adf
3 changed files with 10 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ func InsertOrUpdateEstimatedCall(ctx context.Context, db *sql.DB, values []inter
}
return id, action, nil
} else {
fmt.Printf("MATCH!!! Original Hash: %s, Retrieved Hash: %s\n", hashString, retrievedHash)
return 0, "no update", nil
//fmt.Printf("MATCH!!! Original Hash: %s, Retrieved Hash: %s\n", hashString, retrievedHash)
return 0, "none", nil
}
}