diff --git a/loadExperiment.py b/loadExperiment.py
index d84854c340ab5f7879ec45d73e3e4844d7e93153..a54d51dae2a8bb227a5adf6e20d3099c901af511 100644
--- a/loadExperiment.py
+++ b/loadExperiment.py
@@ -108,6 +108,4 @@ def run(repository, branch) -> None :
     if (compareChecksums()) : 
         print("The exepriment was reproduced with succes but some output files are differents.")
     else :
-        print("The exepriment was reproduced with succes !")
-
-#TODO : sur la mainExperiment15, on a du changement quand on reproduit l'expérience ...
\ No newline at end of file
+        print("The exepriment was reproduced with succes !")
\ No newline at end of file