Title: [waffle-scm] [782] trunk/waffle-resources/src/test/java/org/codehaus/waffle/resources/ftl/FormMacroTest.java: Removed debug.
Revision
782
Author
mauro
Date
2008-08-21 05:17:32 -0500 (Thu, 21 Aug 2008)

Log Message

Removed debug.

Modified Paths


Diff

Modified: trunk/waffle-resources/src/test/java/org/codehaus/waffle/resources/ftl/FormMacroTest.java (781 => 782)

--- trunk/waffle-resources/src/test/java/org/codehaus/waffle/resources/ftl/FormMacroTest.java	2008-08-21 10:14:53 UTC (rev 781)
+++ trunk/waffle-resources/src/test/java/org/codehaus/waffle/resources/ftl/FormMacroTest.java	2008-08-21 10:17:32 UTC (rev 782)
@@ -21,11 +21,9 @@
     }
 
     private String readResource(String path) throws IOException {
-        System.out.println("path = " + path);
         return IOUtils.toString(ClassLoader.getSystemResourceAsStream(path));
     }
 
-
     @Test
     public void canProcessSelectMacros() throws IOException{
         FormController controller = new FormController();


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to