Author: dblevins
Date: Wed Jul 18 01:05:28 2012
New Revision: 1362734

URL: http://svn.apache.org/viewvc?rev=1362734&view=rev
Log:
yank print statement -- was debug not intended for checkin

Modified:
    openejb/site/trunk/lib/view.pm

Modified: openejb/site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/lib/view.pm?rev=1362734&r1=1362733&r2=1362734&view=diff
==============================================================================
--- openejb/site/trunk/lib/view.pm (original)
+++ openejb/site/trunk/lib/view.pm Wed Jul 18 01:05:28 2012
@@ -113,7 +113,6 @@ sub swizzle_jira {
     read_text_file($filepath, \%args);
 
     $args{content} = `java -jar lib/swizzle-jirareport-1.6.2-SNAPSHOT-dep.jar 
$filepath`;
-    print $args{content};
     $args{content} =~ s,Title:.*\n,,;
 
     $args{path} =~ s/\.mdtext$/\.html/;


Reply via email to