Skip to content

Commit

Permalink
chore: Remove debug print statement in fetch_config_file function
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 22, 2024
1 parent 5fc3b5f commit 89cc444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ pub fn fetch_config_file(user_path: Option<String>) -> Option<ConfigFile> {
std::process::exit(1);
});

println!("{:?}", config.relay);

config.relay
}

Expand Down

0 comments on commit 89cc444

Please sign in to comment.