[mapguide-commits] r6779 - branches/2.4/MgDev/Doc/samples/javasamples

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 18 05:52:21 PDT 2012


Author: jng
Date: 2012-06-18 05:52:21 -0700 (Mon, 18 Jun 2012)
New Revision: 6779

Modified:
   branches/2.4/MgDev/Doc/samples/javasamples/main.jsp
Log:
#2029: Remove the debugging statement

Modified: branches/2.4/MgDev/Doc/samples/javasamples/main.jsp
===================================================================
--- branches/2.4/MgDev/Doc/samples/javasamples/main.jsp	2012-06-18 12:49:59 UTC (rev 6778)
+++ branches/2.4/MgDev/Doc/samples/javasamples/main.jsp	2012-06-18 12:52:21 UTC (rev 6779)
@@ -52,7 +52,6 @@
     MgResourceIdentifier wlResId = new MgResourceIdentifier(webLayout);
     if (!resSvc.ResourceExists(wlResId)) {
         String xmlPath =  realpath + File.separator + "/javasamples/WebLayout.xml";
-        System.out.println("Loading in " + webLayout + " from WebLayout.xml");
         MgByteSource wlByteSource = new MgByteSource(xmlPath);
         MgByteReader wlByteReader = wlByteSource.GetReader();
         // NOTE: The Author account generally has write access into the site repository



More information about the mapguide-commits mailing list