Skip to content

Commit

Permalink
chore: remove commented code and println
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantJoshi00 committed Nov 9, 2023
1 parent 2b00866 commit d2b5873
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/development.toml
@@ -1,7 +1,6 @@
[log.console]
enabled = true
level = "DEBUG"
# filtering_directive = "tower_http=info,locker=debug,tartaurs=debug"
log_format = "default"

[server]
Expand Down
2 changes: 0 additions & 2 deletions src/logger/setup.rs
Expand Up @@ -87,8 +87,6 @@ fn get_envfilter(
let mut workspace_members = crate::cargo_workspace_members!();
workspace_members.extend(crates_to_filter.as_ref());

println!("{:#?}", workspace_members);

workspace_members
.drain()
.zip(std::iter::repeat(filter_log_level.into_level()))
Expand Down

0 comments on commit d2b5873

Please sign in to comment.