You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jo...@apache.org on 2011/07/04 22:41:05 UTC

svn commit: r1142801 - /incubator/ooo/site/trunk/lib/view.pm

Author: joes
Date: Mon Jul  4 20:41:05 2011
New Revision: 1142801

URL: http://svn.apache.org/viewvc?rev=1142801&view=rev
Log:
cruft

Modified:
    incubator/ooo/site/trunk/lib/view.pm

Modified: incubator/ooo/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/lib/view.pm?rev=1142801&r1=1142800&r2=1142801&view=diff
==============================================================================
--- incubator/ooo/site/trunk/lib/view.pm (original)
+++ incubator/ooo/site/trunk/lib/view.pm Mon Jul  4 20:41:05 2011
@@ -43,15 +43,6 @@ sub single_narrative {
         }
     }
 
-#	$args{sidenav} = {};
-#	read_text_file "templates/sidenav.mdtext", $args{sidenav} ;
-
-#	select STDOUT ;
-#	$| = 1 ;
-#	for my $ke (keys %args) {
-#		print STDOUT "$ke \n";
-#	}
-
     $args{content} = sort_tables($args{content});
 
     return Template($template)->render(\%args), html => \%args;