--- loncom/interface/lonprintout.pm 2006/07/31 22:19:21 1.470 +++ loncom/interface/lonprintout.pm 2006/07/31 22:53:07 1.471 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.470 2006/07/31 22:19:21 foxr Exp $ +# $Id: lonprintout.pm,v 1.471 2006/07/31 22:53:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3115,8 +3115,6 @@ sub preprocess { foreach my $dim ('width', 'height', 'lmargin') { my ($value, $units) = split(/ /, $size{$dim}); - &Apache::lonnet::logthis("$dim : $value : $units"); - $helper->{VARS}->{"$var.".$dim} = $value; $helper->{VARS}->{"$var.".$dim.'unit'} = $units;