You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/10/30 19:43:55 UTC

svn commit: rev 56049 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info

Author: roku
Date: Sat Oct 30 10:43:55 2004
New Revision: 56049

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/assets.xsp
Log:
Removed debug stuff

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/assets.xsp
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/assets.xsp	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/assets.xsp	Sat Oct 30 10:43:55 2004
@@ -74,7 +74,7 @@
 				title = metaDoc.getElementsByTagNameNS("http://purl.org/dc/elements/1.1/", "title").item(0).getChildNodes().item(0).getNodeValue();
 				format = metaDoc.getElementsByTagNameNS("http://purl.org/dc/elements/1.1/", "format").item(0).getChildNodes().item(0).getNodeValue();
       } catch(Exception e) { continue; } 
-      java.lang.System.out.println("####" + format);
+
 	  <xsp:content>
 	    <lenya-info:asset>   
 	      <dc:source><xsp:expr>resources[i].getName()</xsp:expr></dc:source>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org