From a205dce4e777eaebfd22b33d6f9b698f48f9981b Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Sat, 18 Jan 2025 12:13:45 +0100
Subject: [PATCH] Small cleanup of todo

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

diff --git a/src/utils.rs b/src/utils.rs
index c6b936e..68ec011 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -93,7 +93,6 @@ pub fn look_event<E: std::fmt::Debug + StaticEvent + DisplayEvent>(
 /// custom error type intended to provide more convenient error message to user
 #[derive(Debug)]
 pub enum GcliError {
-	//TODO Check allowing dead code is ok for those (we are using the values only in case of exception)
 	/// error coming from subxt
 	Subxt(subxt::Error),
 	/// error coming from duniter
-- 
GitLab