Skip to content

Commit 6871f81

Browse files
committed
remove stale info statements
1 parent 94251b3 commit 6871f81

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Module.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ void FT3Module::addStaveVolume(
350350
*volume_count,
351351
combiTrans);
352352
(*volume_count)++;
353-
LOG(info) << "\t\tPlacing stave at x = " << x_mid
354-
<< ", y = " << y_lower << " to " << y_upper
355-
<< ", z shift = " << z_shift;
356353

357354
// if the stave needs to be split, reuse the same volume on opposite side
358355
if (splitStave) {
@@ -362,9 +359,6 @@ void FT3Module::addStaveVolume(
362359
*volume_count,
363360
combiTransSplit);
364361
(*volume_count)++;
365-
LOG(info) << "\t\tPlacing split stave at x = " << x_mid
366-
<< ", y = " << -y_upper << " to " << -y_lower
367-
<< ", z shift = " << z_shift;
368362
}
369363
}
370364

0 commit comments

Comments
 (0)