Skip to content

Commit

Permalink
Merge pull request #4728 from fwyzard/GlobalTag_remove_printout_part2
Browse files Browse the repository at this point in the history
GlobalTag_condDBv2.py: remove misleading print out
  • Loading branch information
ktf committed Jul 24, 2014
2 parents a54ec31 + 3a40fd1 commit 4c6587e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Configuration/AlCa/python/GlobalTag_condDBv2.py
Expand Up @@ -90,7 +90,6 @@ def GlobalTag(essource = None, globaltag = None, conditions = None):
# Perform any alias expansion and consistency check.
# We are assuming the same connection and pfnPrefix/Postfix will be used for all GTs.
globaltag[0] = combineGTs(globaltag[0])
print "globaltag =", globaltag[0]
essource.globaltag = cms.string( str(globaltag[0]) )
if len(globaltag) > 1:
essource.connect = cms.string( str(globaltag[1]) )
Expand Down

0 comments on commit 4c6587e

Please sign in to comment.