diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-04 13:32:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-04 13:32:25 +0200 |
commit | 27e6f6e1e9584e43c004bf51cc69ab8c0873f1a7 (patch) | |
tree | 325147e8739fbc523992a1582a743bb4d038027c /src | |
parent | 847a61d3ddf0c4a7656ed330f344ccf27681e240 (diff) | |
download | meta-adservices-27e6f6e1e9584e43c004bf51cc69ab8c0873f1a7.tar meta-adservices-27e6f6e1e9584e43c004bf51cc69ab8c0873f1a7.tar.bz2 meta-adservices-27e6f6e1e9584e43c004bf51cc69ab8c0873f1a7.tar.zst |
remove debug log
Diffstat (limited to 'src')
-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 891cde2..986b7f1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,6 @@ async fn main() { } } } - eprintln!("{config:?}"); let state = Logic::new(config); |