diff options
| author | LLLL Colonq <llll@colonq> | 2025-07-28 01:41:31 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-07-28 01:41:31 -0400 |
| commit | 4fb92d6fa3ce2d93c2ce720429f46aa104972674 (patch) | |
| tree | 34621666e2aec4af0ae59cd7e002f5022c83dad4 /crates/renderer/src | |
| parent | 86862272e9cdb7a8358db91ec4bea3edbacf2e97 (diff) | |
Update
Diffstat (limited to 'crates/renderer/src')
| -rw-r--r-- | crates/renderer/src/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index 4aa1804..4e96e7f 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -48,10 +48,6 @@ pub fn main() -> Erm<()> { Some(("model-multi-overlay", _cm)) => { teleia::run("LCOLONQ", 1920, 1080, teleia::Options::OVERLAY, overlay::multi::Overlay::new)?; }, - Some(("server", _cm)) => { - env_logger::Builder::new().filter(None, log::LevelFilter::Info).init(); - log::info!("starting LCOLONQ server..."); - }, _ => unreachable!("no subcommand"), } Ok(()) |
