Skip to content
Snippets Groups Projects
Commit a842f66d authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'verb.L1TopoCoreSim-20200630' into 'master'

L1TopoCoreSim: Remove cout.

See merge request atlas/athena!34315
parents 459ea0b1 7558f131
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
// TopoASCIIReader.cpp // TopoASCIIReader.cpp
...@@ -13,7 +13,6 @@ using namespace std; ...@@ -13,7 +13,6 @@ using namespace std;
TCS::TopoASCIIReader::TopoASCIIReader(int verbose) : TCS::TopoASCIIReader::TopoASCIIReader(int verbose) :
m_verbosity(verbose) m_verbosity(verbose)
{ {
cout << "TopoASCIIReader Initialized" << endl;
} }
// destructor // destructor
......
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