Skip to content

Commit

Permalink
remove excessive log
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Nov 8, 2023
1 parent bb91743 commit 3d16b10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Framework/src/CheckRunner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ CheckRunner::CheckRunner(CheckRunnerConfig checkRunnerConfig, const std::vector<
mTotalNumberMOStored(0),
mTotalQOSent(0)
{
cout << "mDetectorName : " << mDetectorName << endl;
cout << "mDeviceName : " << mDeviceName << endl;
}

CheckRunner::~CheckRunner()
Expand Down

0 comments on commit 3d16b10

Please sign in to comment.