Skip to content

Commit

Permalink
Remove unused service module
Browse files Browse the repository at this point in the history
  • Loading branch information
NoOverflow committed Mar 12, 2024
1 parent 732a20b commit 8bf14db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mod kubernetes;
mod middlewares;
mod models;
mod routes;
mod service;

/// # Get if service is ready
///
Expand All @@ -38,7 +37,7 @@ fn setup_logger() -> Result<(), log::SetLoggerError> {
})
.level(if cfg!(debug_assertions) {
// TODO: Add a flag to enable debug logging
log::LevelFilter::Debug
log::LevelFilter::Info
} else {
log::LevelFilter::Debug
})
Expand Down

0 comments on commit 8bf14db

Please sign in to comment.