Skip to content

chore: remove unused log dependency#32

Open
Onyx2406 wants to merge 1 commit into
interledger:mainfrom
Onyx2406:chore/remove-unused-log-dep
Open

chore: remove unused log dependency#32
Onyx2406 wants to merge 1 commit into
interledger:mainfrom
Onyx2406:chore/remove-unused-log-dep

Conversation

@Onyx2406
Copy link
Copy Markdown

@Onyx2406 Onyx2406 commented Apr 3, 2026

Summary

The log crate (0.4) is listed as a dependency in Cargo.toml but is never imported or used anywhere in the codebase. Removing it reduces the dependency tree.

Verified with grep -r "use log\|log::" src/ — zero results.

The log crate is declared as a dependency but never imported or
used anywhere in the codebase. Removing it reduces the dependency
tree.
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.

1 participant