Skip to content
Snippets Groups Projects
Commit 0f0f96fd authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Remove EventInfo from InitCnvs

parent a124e7f9
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,6 @@ def ByteStreamReadCfg( inputFlags, typeNames=[] ): ...@@ -61,8 +61,6 @@ def ByteStreamReadCfg( inputFlags, typeNames=[] ):
proxy.ProviderNames += [ bsAddressProviderSvc.name ] proxy.ProviderNames += [ bsAddressProviderSvc.name ]
acc.addService( proxy ) acc.addService( proxy )
bsCnvSvc.InitCnvs += [ "EventInfo",]
return acc return acc
def TrigBSReadCfg(inputFlags): def TrigBSReadCfg(inputFlags):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment