--- loncom/interface/statistics/lonstathelpers.pm 2004/03/08 19:12:18 1.6 +++ loncom/interface/statistics/lonstathelpers.pm 2004/03/12 21:05:08 1.7 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.6 2004/03/08 19:12:18 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.7 2004/03/12 21:05:08 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -644,7 +644,7 @@ sub get_problem_data { while (my($key,$value) = each(%Answer)) { # # Logging code: - if (1) { + if (0) { &Apache::lonnet::logthis($part.' got key "'.$key.'"'); if (ref($value) eq 'ARRAY') { &Apache::lonnet::logthis(' @'.join(',',@$value));