diff --git a/esd/spack_factory/SpackOperation.py b/esd/spack_factory/SpackOperation.py
index 29f44f4904ac8b112bd3ca5eb27748e8b525e32c..cbf7b5bef70d742adc1f27461233864f4e38427e 100644
--- a/esd/spack_factory/SpackOperation.py
+++ b/esd/spack_factory/SpackOperation.py
@@ -112,6 +112,7 @@ class SpackOperation(ABC):
                              check=True,
                              capture_output=True, text=True, logger=self.logger,
                              info_msg=f'Checking if environment {self.spack_config.env.env_name} exists')
+        print(result)
         if result is None:
             return False
         return True