[LON-CAPA-cvs] cvs: loncom(version_1_2_X) /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 24 Sep 2004 22:08:03 -0000


albertel		Fri Sep 24 18:08:03 2004 EDT

  Modified files:              (Branch: version_1_2_X)
    /loncom/interface	loncommon.pm 
  Log:
  - remove debug lien
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.205.2.1 loncom/interface/loncommon.pm:1.205.2.2
--- loncom/interface/loncommon.pm:1.205.2.1	Fri Sep 24 16:52:32 2004
+++ loncom/interface/loncommon.pm	Fri Sep 24 18:08:02 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.205.2.1 2004/09/24 20:52:32 albertel Exp $
+# $Id: loncommon.pm,v 1.205.2.2 2004/09/24 22:08:02 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3655,7 +3655,6 @@
     my ($r)=@_;
     $r->print(" ");$r->rflush();
     my $c = $r->connection;
-    &Apache::lonnet::logthis("checking :".$c->aborted());
     return $c->aborted();
 }