[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 11 Jul 2006 10:12:44 -0000
foxr Tue Jul 11 06:12:44 2006 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
remove one more logthis found.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.456 loncom/interface/lonprintout.pm:1.457
--- loncom/interface/lonprintout.pm:1.456 Fri Jul 7 17:55:05 2006
+++ loncom/interface/lonprintout.pm Tue Jul 11 06:12:44 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.456 2006/07/07 21:55:05 raeburn Exp $
+# $Id: lonprintout.pm,v 1.457 2006/07/11 10:12:44 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1945,7 +1945,6 @@
my $currentassignment=&Apache::lonxml::latex_special_symbols($helper->{VARS}->{'assignment'},'header');
my $HeaderLine = $parmhash{'print_header_format'};
$HeaderLine = format_page_header($HeaderLine, $currentassignment, $courseidinfo, $fullname);
- &Apache::lonnet::logthis("Hdr format: $HeaderLine");
if ($current_output=~/\\documentclass/) {
if ($columns_in_format == 1) {
$current_output =~ s/\\begin{document}/\\setlength{\\topmargin}{1cm} \\begin{document}\\noindent\\parbox{\\minipagewidth}{\\noindent\\lhead{$HeaderLine$namepostfix}}\\vskip 5 mm /;