diff options
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e5cb1bb..07380b5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,6 @@ fn with_object<T: Clone + Send>(obj: T) #[tokio::main] async fn main() { eprintln!("Loading configuration file {}...", CONFIG_FILE_NAME); - // TODO make some fields optional let config = Config::from_file(CONFIG_FILE_NAME); // configure logger |