--- loncom/xml/style.pm 2003/06/09 21:37:54 1.16 +++ loncom/xml/style.pm 2003/06/09 21:46:11 1.17 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Style Parser Module (new version) # -# $Id: style.pm,v 1.16 2003/06/09 21:37:54 albertel Exp $ +# $Id: style.pm,v 1.17 2003/06/09 21:46:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -120,7 +120,6 @@ sub styleparser { push @style_array,$keys[$i],$values[$i]; } my %style_for_target = @style_array; - &Apache::lonhomework::showhash(%style_for_target); # check printing # foreach $current_key (sort keys %style_for_target) { # &Apache::lonxml::debug("$current_key => $style_for_target{$current_key}\n");