diff --git a/src/main.cpp b/src/main.cpp
index 864e6105dbdd3ef208ace7a29a969a098f86ee41..ed1c903f69c00924f971f5cfb8d04a0c38cb87bf 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,3 @@
-// TODO : créer un message pour les debugs de la carte d'alimentation (4 float)
-
 #define SEND_HSV 1
 //#define DISABLE_COLOR 1
 
@@ -40,11 +38,6 @@ Servo armServo; //pour manche à air
 #define ARM_UNFOLDED_ANGLE 90
 #define ARM_FOLDED_ANGLE 180
 
-// I2C : (if not working : try inverse sda and scl pin)
-// todo : remove nucleo jumpers to use these pins.
-#define I2C_SDA A4
-#define I2C_SCL A5
-
 // Pin declaration
 const int flagServoPin = D3;
 const int armServoPin = D2;
@@ -413,7 +406,6 @@ void colorSensorsLoop(){
 
 void loop()
 {
-  // TODOOOOOOO : CHANGE
 
   if (!nh.connected())
   {