Skip to content

Commit c618759

Browse files
committed
Remove verbosity
1 parent d03da77 commit c618759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ struct OnTheFlyTofPid {
305305

306306
// Check if hit is within layer geometric acceptance
307307
if (std::abs(layerRadius - r) > 10.f) {
308-
LOG(warning) << "Hit out of TOF layer acceptance: r=" << r << " cm with respect to the layer radius " << layerRadius;
308+
LOG(debug) << "Hit out of TOF layer acceptance: r=" << r << " cm with respect to the layer radius " << layerRadius;
309309
return false;
310310
}
311311
if (std::abs(z) > layerLength / 2.0f) {
312-
LOG(warning) << "Hit out of TOF layer acceptance: z=" << z << " cm with respect to the layer length " << layerLength;
312+
LOG(debug) << "Hit out of TOF layer acceptance: z=" << z << " cm with respect to the layer length " << layerLength;
313313
return false;
314314
}
315315

0 commit comments

Comments
 (0)