We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94251b3 commit 6871f81Copy full SHA for 6871f81
1 file changed
Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Module.cxx
@@ -350,9 +350,6 @@ void FT3Module::addStaveVolume(
350
*volume_count,
351
combiTrans);
352
(*volume_count)++;
353
- LOG(info) << "\t\tPlacing stave at x = " << x_mid
354
- << ", y = " << y_lower << " to " << y_upper
355
- << ", z shift = " << z_shift;
356
357
// if the stave needs to be split, reuse the same volume on opposite side
358
if (splitStave) {
@@ -362,9 +359,6 @@ void FT3Module::addStaveVolume(
362
359
363
360
combiTransSplit);
364
361
365
- LOG(info) << "\t\tPlacing split stave at x = " << x_mid
366
- << ", y = " << -y_upper << " to " << -y_lower
367
368
}
369
370
0 commit comments