--- loncom/interface/lonmysql.pm 2007/03/12 17:10:02 1.36 +++ loncom/interface/lonmysql.pm 2007/04/11 22:37:17 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # MySQL utility functions # -# $Id: lonmysql.pm,v 1.36 2007/03/12 17:10:02 albertel Exp $ +# $Id: lonmysql.pm,v 1.37 2007/04/11 22:37:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -751,7 +751,6 @@ sub build_table_creation_request { $table_id = &get_new_table_id(); } my $tablename = &translate_id($table_id); - &Apache::lonnet::logthis(" hmm $tablename, $table_id, ". $table_des->{'id'}); my $request = "CREATE TABLE IF NOT EXISTS ".$tablename." "; foreach my $coldata (@{$table_des->{'columns'}}) { my $column = $coldata->{'name'};