diff --git a/src/utils.rs b/src/utils.rs
index c6b936eeb4be2292fc11502ea0de731e86d4b33f..68ec0118e858a2cbae818b132772aa81cc2bacea 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