tried to get rid of some of the annoying global destructions messages
[spider.git] / perl / DXCluster.pm
index 021ff7f270875b3e0ea2cbab2e11609bc8c2e43e..c0ec375a88f56eabc3fe39e2fce91417564ae0af 100644 (file)
@@ -136,11 +136,11 @@ sub cluster
        return " $DXNode::nodes nodes, $users local / $tot total users  Max users $DXNode::maxusers  Uptime $uptime";
 }
 
-sub DESTROY
-{
-       my $self = shift;
-       dbg('cluster', "destroying $self->{call}\n");
-}
+#sub DESTROY
+#{
+#      my $self = shift;
+#      dbg('cluster', "destroying $self->{call}\n");
+#}
 
 no strict;
 sub AUTOLOAD