From: Sam H. v. a. <we...@ma...> - 2005-09-27 21:46:51
|
Log Message: ----------- pointless confusion, while humorous, is not good for maintainability. Modified Files: -------------- webwork2/lib/WeBWorK: Authen.pm Revision Data ------------- Index: Authen.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Authen.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -Llib/WeBWorK/Authen.pm -Llib/WeBWorK/Authen.pm -u -r1.43 -r1.44 --- lib/WeBWorK/Authen.pm +++ lib/WeBWorK/Authen.pm @@ -517,12 +517,6 @@ } return 1; } - - # Whatever you do, don't delete this! - critical($r); - # One time, I deleted it, and my mother broke her back, my cat died, and - # the Pope got a tummy ache. When I replaced the line, I received eternal - # salvation and a check for USD 500. } # verifyProctor will return 1 if the proctor is who they say they are. It is @@ -625,7 +619,6 @@ } else { return 1; } - critical($r); # where does critical() come from? } 1; |