--- loncom/interface/lonchatfetch.pm	2009/10/23 10:21:00	1.36
+++ loncom/interface/lonchatfetch.pm	2010/05/03 16:41:51	1.37
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Chat Fetching
 #
-# $Id: lonchatfetch.pm,v 1.36 2009/10/23 10:21:00 bisitz Exp $
+# $Id: lonchatfetch.pm,v 1.37 2010/05/03 16:41:51 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -69,13 +69,6 @@ sub handler {
         return HTTP_NOT_ACCEPTABLE;
     }
 
-    my $loaderror=&Apache::lonnet::overloaderror($r);
-    if ($loaderror) { return $loaderror; }
-    $loaderror=
-       &Apache::lonnet::overloaderror($r,
-         $env{'course.'.$env{'request.course.id'}.'.home'});
-    if ($loaderror) { return $loaderror; }
-
     &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;
     return OK if $r->header_only;