Skip to content
Snippets Groups Projects
Commit 7558f131 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

L1TopoCoreSim: Remove cout.

Remove extraneous print to cout.
parent 0196c8db
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