From 79fe9b8dc57f7eeacdbd6462106100bcddcbd4e2 Mon Sep 17 00:00:00 2001
From: ThetaSinner <ThetaSinner@users.noreply.github.com>
Date: Fri, 25 Oct 2024 12:22:19 +0100
Subject: [PATCH] Update summariser/src/main.rs

Co-authored-by: Callum Dunster <cdunster@users.noreply.github.com>
---
 summariser/src/main.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/summariser/src/main.rs b/summariser/src/main.rs
index 5c52505..b96b1c0 100644
--- a/summariser/src/main.rs
+++ b/summariser/src/main.rs
@@ -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");