Skip to content

Commit

Permalink
revert: "chore(pumpkin/src/main): add unused function to trigger clippy"
Browse files Browse the repository at this point in the history
This reverts commit 74ec8e7.
  • Loading branch information
DataM0del committed Dec 26, 2024
1 parent 74ec8e7 commit 5c93912
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pumpkin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ fn scrub_address(ip: &str) -> String {
}
}

fn unused_function() {
println!("I'm unused!")
}

fn init_logger() {
use pumpkin_config::ADVANCED_CONFIG;
if ADVANCED_CONFIG.logging.enabled {
Expand Down

0 comments on commit 5c93912

Please sign in to comment.