Skip to content
Snippets Groups Projects
Commit d20e55d6 authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Remove redundant lines adding information to PoolSvc.

This is part of the fix needed by ATLASRECTS_3727


Former-commit-id: ee0388ac0c5f9a785b4531a3fcdfaaa2ee69397a
parent 74477e91
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,6 @@ include.block ( "CaloConditions/LArTTCellMap_ATLAS_jobOptions.py" ) ...@@ -6,11 +6,6 @@ include.block ( "CaloConditions/LArTTCellMap_ATLAS_jobOptions.py" )
# #
#================================================================== #==================================================================
from PoolSvc.PoolSvcConf import PoolSvc
ServiceMgr += PoolSvc()
if not "prfile:poolcond/PoolCat_oflcond.xml" in ServiceMgr.PoolSvc.ReadCatalog :
ServiceMgr.PoolSvc.ReadCatalog+= [ "prfile:poolcond/PoolCat_oflcond.xml" ]
from AthenaCommon.Logging import logging from AthenaCommon.Logging import logging
logger = logging.getLogger( 'LArTTCellMap_ATLAS_jobOptions.py' ) logger = logging.getLogger( 'LArTTCellMap_ATLAS_jobOptions.py' )
......
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