diff --git a/ews/coordinator/processor_environment.py b/ews/coordinator/processor_environment.py
index 1708eeb2d1e4021af069a5835e9d4d7751d50798..57947dc29f1a7a8d99ef7d73a73207d88fa9458f 100644
--- a/ews/coordinator/processor_environment.py
+++ b/ews/coordinator/processor_environment.py
@@ -64,7 +64,6 @@ class ProcessorEnvironment(ProcessorBase):
     
         pipeline_config = config["Environment"]
         try:
-            #todo lawrence comment this back to original (extracted=False)
             self.run_pipeline(pipeline_config, region, config["StartString"])
         except:
             logger.exception(f"Some failure when running EnvSuitPipeline.py")