From 50a2067bc089ea7ceeeaba362993a6c48e2abf4c Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 1 Oct 2001 16:54:04 +0000 Subject: [PATCH] remove debug --- cmd/load/cmd_cache.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/load/cmd_cache.pl b/cmd/load/cmd_cache.pl index 9361a081..aa49f77e 100644 --- a/cmd/load/cmd_cache.pl +++ b/cmd/load/cmd_cache.pl @@ -10,7 +10,7 @@ # $Id$ # my $self = shift; -$DB::single = 1; +#$DB::single = 1; return (1, $self->msg('e5')) if $self->priv < 9; DXCommandmode::clear_cmd_cache(); return (1, $self->msg('ok')); -- 2.34.1