From 0f0f96fdf9e8304728942e37e59b55cc66feca10 Mon Sep 17 00:00:00 2001 From: Rafal Bielski <rafal.bielski@cern.ch> Date: Fri, 22 May 2020 03:25:43 +0200 Subject: [PATCH] Remove EventInfo from InitCnvs --- Event/ByteStreamCnvSvc/python/ByteStreamConfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Event/ByteStreamCnvSvc/python/ByteStreamConfig.py b/Event/ByteStreamCnvSvc/python/ByteStreamConfig.py index 5742bda133d..7d008b8b9cb 100644 --- a/Event/ByteStreamCnvSvc/python/ByteStreamConfig.py +++ b/Event/ByteStreamCnvSvc/python/ByteStreamConfig.py @@ -61,8 +61,6 @@ def ByteStreamReadCfg( inputFlags, typeNames=[] ): proxy.ProviderNames += [ bsAddressProviderSvc.name ] acc.addService( proxy ) - bsCnvSvc.InitCnvs += [ "EventInfo",] - return acc def TrigBSReadCfg(inputFlags): -- GitLab