[LON-CAPA-cvs] cvs: loncom / lond

foxr foxr@source.lon-capa.org
Tue, 26 Oct 2010 09:46:24 -0000


foxr		Tue Oct 26 09:46:24 2010 EDT

  Modified files:              
    /loncom	lond 
  Log:
  Take out spurious dirty log call.
  
  
Index: loncom/lond
diff -u loncom/lond:1.460 loncom/lond:1.461
--- loncom/lond:1.460	Mon Oct 25 10:29:33 2010
+++ loncom/lond	Tue Oct 26 09:46:23 2010
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.460 2010/10/25 10:29:33 foxr Exp $
+# $Id: lond,v 1.461 2010/10/26 09:46:23 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -58,7 +58,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.460 $'; #' stupid emacs
+my $VERSION='$Revision: 1.461 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -4278,7 +4278,7 @@
 sub get_domain_handler {
     my ($cmd, $tail, $client) = @_;
 
-    &dirtylog("get_domain_handler");
+
     my $userinput = "$client:$tail";
 
     my ($udom,$namespace,$what)=split(/:/,$tail,3);