Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Mar 4, 2024
1 parent 242a795 commit 3291bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fn app() -> Router {
dotenv().ok();

let database_url = env::var("DATABASE_URL").expect("DATABASE_URL must be set");
println!("USELESS: {}", env::var("USELESS").unwrap());
let pool = Pool::new(database_url.as_str());

let client = reqwest::Client::new();
Expand Down

0 comments on commit 3291bb2

Please sign in to comment.