Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Aug 1, 2024
1 parent c90130a commit 23ba890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pub fn load_dotenv() {
}
};

// load .env file
println!("reading env file | filename={}", env_filename);

if let Err(e) = dotenvy::from_filename(env_filename) {
Expand Down

0 comments on commit 23ba890

Please sign in to comment.