[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 22 Apr 2004 20:05:18 -0000
matthew Thu Apr 22 16:05:18 2004 EDT
Modified files:
/loncom/interface lonsearchcat.pm
Log:
Remove debug spew.
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.214 loncom/interface/lonsearchcat.pm:1.215
--- loncom/interface/lonsearchcat.pm:1.214 Wed Apr 21 14:04:55 2004
+++ loncom/interface/lonsearchcat.pm Thu Apr 22 16:05:18 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Search Catalog
#
-# $Id: lonsearchcat.pm,v 1.214 2004/04/21 18:04:55 matthew Exp $
+# $Id: lonsearchcat.pm,v 1.215 2004/04/22 20:05:18 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1825,8 +1825,6 @@
my ($r) = @_;
my $time = &time_left();
if (($last_time-$time) > 0) {
- &Apache::lonnet::logthis('time left = '.$time.' last time = '.$time);
- &Apache::lonnet::logthis('updating time');
$r->print("<script>".
"document.statusform.seconds.value = '$time'".
"</script>\n");