diff --git a/Phys/Tesla/python/Tesla/Configuration.py b/Phys/Tesla/python/Tesla/Configuration.py
index 98efb0b66ea1d8203a669a6fef2f52ea6b6d3b78..225406d5ea3d4d0730c4ac24044c6de6ccc99e0a 100644
--- a/Phys/Tesla/python/Tesla/Configuration.py
+++ b/Phys/Tesla/python/Tesla/Configuration.py
@@ -603,8 +603,6 @@ class Tesla(LHCbConfigurableUser):
             TeslaReportAlgoSeq.Members +=[packer]
 
             hypopacker = PackCaloHypos( name = "PackCaloHypos",
-                    AlwaysCreateOutput = True,
-                    DeleteInput        = False,
                     OutputLevel        = self.getProp('OutputLevel'),
                     InputName          = self.base+"CaloHypos",
                     OutputName         = self.base+"pRec/neutral/Hypos" )