dbg: excessive logging
This commit is contained in:
parent
bab6e4fdec
commit
1f3c33458e
2 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,7 @@ use sqlx::{
|
|||
use std::{env, str::FromStr, sync::Arc};
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Config {
|
||||
// manages where teh database is stored
|
||||
pub home: String,
|
||||
|
@ -98,6 +99,7 @@ pub fn get_config() -> Config {
|
|||
if let Ok(x) = env::var("WOLVES_API") {
|
||||
config.wolves_api = x.trim().to_string();
|
||||
}
|
||||
dbg!(&config);
|
||||
|
||||
config
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue