[HepData-svn] r1643 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Sep 25 09:37:47 BST 2013


Author: whalley
Date: Wed Sep 25 09:37:46 2013
New Revision: 1643

Log:
remove print command causing letty log to fill

Modified:
   trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/PlotCombinedImage.java

Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/PlotCombinedImage.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/PlotCombinedImage.java	Wed Jul 24 13:38:04 2013	(r1642)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/PlotCombinedImage.java	Wed Sep 25 09:37:46 2013	(r1643)
@@ -228,7 +228,7 @@
         if (context.getCount() > 0) {
             String ps = context.get(String.class, 0);
             while (ps.contains("insp")){
-                System.out.println("ps: "+ps);
+//                System.out.println("ps: "+ps);
                 Matcher m = Pattern.compile("(.*)insp(\\d+)(ds\\d+ya\\d+.*)").matcher(ps);
                 while (m.find()){
                     Query q=null;
@@ -238,7 +238,7 @@
                     ps=m.group(1)+"save"+hepid+m.group(3);
                 }
             }
-            System.out.println("ps: "+ps);
+//            System.out.println("ps: "+ps);
             Matcher m = Pattern.compile("(save\\d+ds\\d+ya\\d+)").matcher(ps);
             _yaxislist.clear();
             while (m.find()){_yaxislist.add(m.group(1));}


More information about the HepData-svn mailing list