Author: hwright
Date: Tue Jul 27 19:15:09 2010
New Revision: 979812

URL: http://svn.apache.org/viewvc?rev=979812&view=rev
Log:
* mouse.py
  (transform_xslt): Don't print out the xml.

Modified:
    labs/mouse/mouse.py

Modified: labs/mouse/mouse.py
URL: 
http://svn.apache.org/viewvc/labs/mouse/mouse.py?rev=979812&r1=979811&r2=979812&view=diff
==============================================================================
--- labs/mouse/mouse.py (original)
+++ labs/mouse/mouse.py Tue Jul 27 19:15:09 2010
@@ -124,7 +124,6 @@ def transform_xslt(output_xml, styleshee
   '''Transform OUTPUT_XML, which should be valid xml (usually the result of
   calling process_report_xml()), according to the rules given in STYLESHEET.'''
 
-  print output_xml
   return output_xml
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to