--- loncom/xml/lonlatextable.pm 2011/04/13 10:08:06 1.3 +++ loncom/xml/lonlatextable.pm 2011/04/13 10:44:26 1.4 @@ -1,6 +1,6 @@ # Generating TeX tables. # -# $Id: lonlatextable.pm,v 1.3 2011/04/13 10:08:06 foxr Exp $ +# $Id: lonlatextable.pm,v 1.4 2011/04/13 10:44:26 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -78,8 +78,6 @@ Apache:lonltextable =cut package Apache::lonlatextable; -use Data::Dumper; -use Apache::lonnet; use strict; =pod @@ -166,10 +164,6 @@ Produces sub set_data { my ($self, $data) = @_; - &Apache::lonnet::logthis("--------------- set_data ------------"); - &Apache::lonnet::logthis(Dumper($self->{'data'})); - &Apache::lonnet::logthis("---------------------------------------"); - &Apache::lonnet::logthis(Dumper($data)); my $current_data = $self->{'data'}; push (@$current_data, @$data); $self->{'data'} = $current_data;