--- loncom/xml/londefdef.pm 2010/08/27 09:42:48 1.422 +++ loncom/xml/londefdef.pm 2010/09/14 03:48:36 1.423 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.422 2010/08/27 09:42:48 foxr Exp $ +# $Id: londefdef.pm,v 1.423 2010/09/14 03:48:36 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2193,9 +2193,9 @@ sub end_table { my $table = pop(@Apache::londefdef::table); my $t = $table->generate(); - &Apache::lonnet::logthis("Generating string"); + # &Apache::lonnet::logthis("Generating string"); $currentstring = $t->generate_string(); - &Apache::lonnet::logthis("Generated: $currentstring"); + # &Apache::lonnet::logthis("Generated: $currentstring"); &enable_para(); #-------------------------------------------------------------- # Old table code: