Skip to content

Comments

fix: remove debug log#52

Merged
leoparente merged 1 commit intodevelopfrom
fix/remove-debug-log
Dec 19, 2025
Merged

fix: remove debug log#52
leoparente merged 1 commit intodevelopfrom
fix/remove-debug-log

Conversation

@leoparente
Copy link
Contributor

This pull request makes a minor cleanup to the diode/client.go file by removing unused imports and debug print statements related to proto message marshalling. These changes help keep the codebase cleaner and remove unnecessary output.

  • Code cleanup:
    • Removed the unused protojson import from the import block.
    • Removed the debug code that marshalled and printed the IngestEntitiesRequest proto message in the IngestProto method.

Copy link
Member

@mfiedorowicz mfiedorowicz left a comment

Choose a reason for hiding this comment

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

Thanks @leoparente !

@github-actions
Copy link

Go test coverage

STATUS ELAPSED PACKAGE COVER PASS FAIL SKIP
🟢 PASS 0.15s github.com/netboxlabs/diode-sdk-go/cmd/diode-replay-dryrun 0.0% 0 0 0
🟢 PASS 1.40s github.com/netboxlabs/diode-sdk-go/diode 20.6% 286 0 0

Total coverage: 76.5%

@leoparente leoparente merged commit 8d29375 into develop Dec 19, 2025
6 checks passed
@leoparente leoparente deleted the fix/remove-debug-log branch December 19, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants