Tweak the main loop to avoid unnecessary messages
This commit is contained in:
parent
f4bfb0e367
commit
c2abe34d22
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ sub cgiapp_prerun {
|
|||
CONFIG('DEBUG_MODE' => 0) if !in_array(0, \@user_access);
|
||||
|
||||
# 3. Load report:
|
||||
info($run_mode);
|
||||
my %ROUTES = %{CONFIG('REF_ROUTES')};
|
||||
foreach my $menu (sort (%ROUTES)) {
|
||||
%CURRENT_PACKAGE = __search_run_mode($run_mode, \%{$ROUTES{$menu}{OPTIONS}});
|
||||
|
|
Reference in a new issue