[LON-CAPA-cvs] cvs: loncom /xml style.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 09 Jun 2003 21:46:11 -0000


albertel		Mon Jun  9 17:46:11 2003 EDT

  Modified files:              
    /loncom/xml	style.pm 
  Log:
  - didn't mean to commit this.
  
  
  
Index: loncom/xml/style.pm
diff -u loncom/xml/style.pm:1.16 loncom/xml/style.pm:1.17
--- loncom/xml/style.pm:1.16	Mon Jun  9 17:37:54 2003
+++ loncom/xml/style.pm	Mon Jun  9 17:46:11 2003
@@ -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 @@
 	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");