[LON-CAPA-cvs] cvs: loncom /node.js/axe lonaxe.pl

raeburn raeburn at source.lon-capa.org
Sat Jan 3 15:03:47 EST 2026


raeburn		Sat Jan  3 20:03:47 2026 EDT

  Modified files:              
    /loncom/node.js/axe	lonaxe.pl 
  Log:
  - Remove debug line.
  
  
Index: loncom/node.js/axe/lonaxe.pl
diff -u loncom/node.js/axe/lonaxe.pl:1.1 loncom/node.js/axe/lonaxe.pl:1.2
--- loncom/node.js/axe/lonaxe.pl:1.1	Wed Dec 31 23:44:28 2025
+++ loncom/node.js/axe/lonaxe.pl	Sat Jan  3 20:03:47 2026
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 $|=1;
-# $Id: lonaxe.pl,v 1.1 2025/12/31 23:44:28 raeburn Exp $
+# $Id: lonaxe.pl,v 1.2 2026/01/03 20:03:47 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -116,7 +116,6 @@
                         $url = &Apache::lonnet::clutter((&Apache::lonnet::decode_symb($dest))[2]);
                     }
                     if ($url ne '') { 
-print STDERR 'Check for ||'.$protocol.'://'.$hostname.$url.$querystr."||\n";
                         my ($violations,$details) =
                             &LONCAPA::AxeRunner::checkcompliance($protocol.'://'.$hostname.$url.$querystr);
                         &Apache::lonhtmlcommon::Increment_PrgWin('',\%prog_state,'last resource');




More information about the LON-CAPA-cvs mailing list