Print

Print


Commit in jevio-base/src/main/java/org/jlab/coda/jevio on MAIN
CompositeData.java+4-41.1 -> 1.2
remove debug prints

jevio-base/src/main/java/org/jlab/coda/jevio
CompositeData.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CompositeData.java	28 Feb 2012 19:41:36 -0000	1.1
+++ CompositeData.java	28 Feb 2012 23:45:42 -0000	1.2
@@ -131,7 +131,7 @@
 
         // Read the format string it contains
         String[] strs = BaseStructure.unpackRawBytesToStrings(rawBytes, 4*dataOffset);
-
+        
         if (strs.length < 1) {
            throw new EvioException("bad format string data");
         }
@@ -1496,13 +1496,13 @@
 
                         decreaseXmlIndent();
                         sb.append(xmlIndent); sb.append("</repeat>\n");
-sb.append("HIT THE END 1\n");
+//sb.append("HIT THE END 1\n");
                     }
                     // go for another round of processing by setting 'imt' to the left parenthesis
                     else {
                         imt = lv[lev-1].left;
                         sb.append("\n");
-sb.append("ANOTHER ROUND\n");
+//sb.append("ANOTHER ROUND\n");
                     }
                 }
                 else {
@@ -1547,7 +1547,7 @@
                             // so set format repeat to a big number.
                             ncnf = 999999999;
                         }
-sb.append("HIT THE END 2\n");
+//sb.append("HIT THE END 2\n");
                         break;
                     }
                 }
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1