Skip to content

Commit ad8a245

Browse files
ChsudeeptaChsudeepta
authored andcommitted
Removed unintended changes
1 parent 87f8eda commit ad8a245

File tree

1 file changed

+0
-1
lines changed
  • base/uk.ac.stfc.isis.ibex.dae/src/uk/ac/stfc/isis/ibex/dae/xml

1 file changed

+0
-1
lines changed

base/uk.ac.stfc.isis.ibex.dae/src/uk/ac/stfc/isis/ibex/dae/xml/XmlFile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ private void buildDocument(String xml) throws ParserConfigurationException, SAXE
100100
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
101101
DocumentBuilder builder = factory.newDocumentBuilder();
102102
InputSource source = new InputSource(new StringReader(xml));
103-
System.out.println("XML Document:::" + xml);
104103

105104
doc = builder.parse(source);
106105
}

0 commit comments

Comments
 (0)