Skip to content

Commit e829af1

Browse files
committed
Remove debugging statement
1 parent 37605b1 commit e829af1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/uk.ac.stfc.isis.ibex.dae/src/uk/ac/stfc/isis/ibex/dae/experimentsetup/timechannels/XmlBackedTimeChannels.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ private void initialiseFromXml() {
132132

133133
index = Integer.parseInt(calculationMethod.getTextContent());
134134
super.setCalculationMethod(CalculationMethod.values()[index]);
135-
136-
System.out.println("Initializing from XML");
137135
}
138136

139137
private void updateNodes() throws XPathExpressionException {

0 commit comments

Comments
 (0)