From 9dfbe3cc1fa18cdf85f37fc7acf5a72f26b3f5b4 Mon Sep 17 00:00:00 2001 From: Peter van Gemmeren <gemmeren@anl.gov> Date: Thu, 25 Oct 2018 10:45:23 -0500 Subject: [PATCH] Remove unneeded change. --- Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx b/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx index b196e0dc30f..60aa90d8ed8 100644 --- a/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx +++ b/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx @@ -414,8 +414,7 @@ pool::ICollection* PoolSvc::createCollection(const std::string& collectionType, } } std::lock_guard<CallMutex> lock(m_pool_mut); - if (openMode != pool::ICollection::READ && contextId != IPoolSvc::kOutputStream) { - //ATH_MSG_WARNING("createCollection: Using default output Stream instead of id = " << contextId); + if (openMode != pool::ICollection::READ) { contextId = IPoolSvc::kOutputStream; } else { if (contextId > m_persistencySvcVec.size()) { -- GitLab