diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-05 18:17:55 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-05 18:17:55 +0200 |
| commit | 7959b51dbb2dbe13297a1ee0702eb4831348703e (patch) | |
| tree | 818586135d289b7816ebb8722893fec15c624e7b /src/main.rs | |
| parent | 370db2f2c4406f3373be9065cda8fcdb3929b693 (diff) | |
chore: use tracing-subscriber crate's tracing-log feature
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index badb3fd..c2cd831 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,8 +61,6 @@ fn main() -> Result<(), Box<dyn Error>> ) .init(); - tracing_log::LogTracer::init()?; - let mut engine = Engine::new(); engine.spawn(( |
