Skip to content

Commit 614eafc

Browse files
removed catch block from the comments
1 parent b35ba4b commit 614eafc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Detectors/FOCAL/simulation/src/SDigitizer.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ std::vector<o2::focal::LabeledDigit> SDigitizer::process(const std::vector<Hit>&
6060
LabeledDigit d(digit, label);
6161

6262
digitsPerTower[tower].push_back(d);
63-
64-
//LOG(error) << "Error in creating the digit: " << e.what();
65-
6663
}
6764

6865
std::vector<LabeledDigit> digitsVector;

0 commit comments

Comments
 (0)