Skip to content

Commit

Permalink
Update summariser/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Dunster <[email protected]>
  • Loading branch information
ThetaSinner and cdunster authored Oct 25, 2024
1 parent bd721c9 commit 79fe9b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions summariser/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pub(crate) mod filter;
async fn main() -> anyhow::Result<()> {
env_logger::init();

println!("{}", 1e6);

#[cfg(feature = "test_data")]
log::info!("Test data generation enabled");

Expand Down

0 comments on commit 79fe9b8

Please sign in to comment.