Changeset 205 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures


Ignore:
Timestamp:
02/01/2020 04:58:06 PM (6 years ago)
Author:
jdalbey
Message:

XMLBuilder.java remove diagnostic print.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/XMLBuilder.java

    r203 r205  
    102102    public static String prettyPrintXML(String xmlString) 
    103103    { 
    104         System.out.println("prettyprint start: " + xmlString); 
    105104        Document xmlDoc = null; 
    106105        String formattedXML = ""; 
Note: See TracChangeset for help on using the changeset viewer.