remove debug
authorminima <minima>
Mon, 1 Oct 2001 16:54:04 +0000 (16:54 +0000)
committerminima <minima>
Mon, 1 Oct 2001 16:54:04 +0000 (16:54 +0000)
cmd/load/cmd_cache.pl

index 9361a0817c7a6be1331dedfcba355e74848d7d26..aa49f77ecfbad9ac11da7ba71e1f356b814c9beb 100644 (file)
@@ -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'));