Skip to content

🔧 refactor: Replace fmt.Print with log.Print for consistent logging#1950

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-3
Dec 16, 2025
Merged

🔧 refactor: Replace fmt.Print with log.Print for consistent logging#1950
mkmccarty merged 1 commit intomainfrom
mm-branch-3

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 16, 2025 04:23
@mkmccarty mkmccarty merged commit b083d1c into main Dec 16, 2025
14 checks passed
@mkmccarty mkmccarty deleted the mm-branch-3 branch December 16, 2025 04:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors logging to use log.Print consistently instead of fmt.Print within the debug logging section of the getContractDurationEstimate function. This improves logging consistency by ensuring all debug output in this function uses the log package.

Key Changes

  • Replaced a single fmt.Print statement with log.Print for consistent logging in the debug output section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants