From d388d2bc5a7ce84bc2242be592fa0fcfddffcafa Mon Sep 17 00:00:00 2001
From: Paul Campbell <campbjpa@amazon.com>
Date: Fri, 29 Nov 2024 14:31:40 +0000
Subject: [PATCH] chore: Remove hello world

---
 src/main.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index ed56bf2..2928356 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,6 +4,5 @@ use color_eyre::Result;
 #[tokio::main]
 #[cfg_attr(test, mutants::skip)]
 async fn main() -> Result<()> {
-    println!("Hello, world!");
     Ok(())
 }