X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fbye.pl;h=be2ba79ccba10390bde6f310b85283cd5993d773;hb=102b51ca564ef29e7f84d2cf65d0eaa5fdab671a;hp=d43e257a5aa21d91ff1146aaea4a45ce9e0fc549;hpb=f11237c455a6440b5158206dcb2d03850ed1b7b0;p=spider.git diff --git a/cmd/bye.pl b/cmd/bye.pl index d43e257a..be2ba79c 100644 --- a/cmd/bye.pl +++ b/cmd/bye.pl @@ -9,7 +9,7 @@ my $self = shift; return (1, $self->msg('e5')) if $self->inscript || $self->remotecmd; my $fn = localdata("logout"); -dbg("fn: $fn " . (-e $fn ? 'exists' : 'missing')); +#dbg("fn: $fn " . (-e $fn ? 'exists' : 'missing')); if ($self->is_user && -e $fn) { $self->send_file($fn);