--- loncom/interface/loncreateuser.pm 2002/08/07 18:04:35 1.37 +++ loncom/interface/loncreateuser.pm 2002/08/07 18:49:36 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.37 2002/08/07 18:04:35 matthew Exp $ +# $Id: loncreateuser.pm,v 1.38 2002/08/07 18:49:36 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,7 @@ # 11/12,11/13,11/15 Scott Harrison # 02/11/02 Matthew Hall # -# $Id: loncreateuser.pm,v 1.37 2002/08/07 18:04:35 matthew Exp $ +# $Id: loncreateuser.pm,v 1.38 2002/08/07 18:49:36 matthew Exp $ ### package Apache::loncreateuser; @@ -234,8 +234,6 @@ ENDCHANGEUSER END foreach ('firstname','middlename','lastname','generation') { - my $result = &Apache::lonnet::allowed('mau',$ccdomain); - &Apache::lonnet::logthis("allowed: mau, $ccdomain = $result"); if (&Apache::lonnet::allowed('mau',$ccdomain)) { $r->print(<<"END");