Removing TODO, which asks to delete if condition, but its a necessary code,
because its in a function, which is used by get_data, on knot_thing_protocol.
diff --git a/src/knot_thing_main.c b/src/knot_thing_main.c
index 4d241b0..b31eaa1 100644
--- a/src/knot_thing_main.c
+++ b/src/knot_thing_main.c
@@ -229,10 +229,6 @@
 	int32_t int32_val = 0, multiplier = 0;
 	uint32_t uint32_val = 0;
 
-	/*
-	* TODO: This verification is alredy done at verify_events, maybe
-	* doesn`t need to do it again.
-	*/
 	if ((id >= KNOT_THING_DATA_MAX) || item_is_unregistered(id) == 0)
 		return -1;