[Rt-commit] rt branch, 5.0/remove-meta-warning, updated. rt-5.0.0alpha1-28-g59b41d002

Michel Rodriguez michel at bestpractical.com
Mon Mar 16 12:07:52 EDT 2020


The branch, 5.0/remove-meta-warning has been updated
       via  59b41d0024ed4b18216223dd997925501747a925 (commit)
      from  841dfd0a144c68b552a37c0add55b099d729e87c (commit)

Summary of changes:
 lib/RT/Config.pm | 3 ---
 1 file changed, 3 deletions(-)

- Log -----------------------------------------------------------------
commit 59b41d0024ed4b18216223dd997925501747a925
Author: michel <michel at bestpractical.com>
Date:   Mon Mar 16 17:05:08 2020 +0100

    Remove missing META log message for options described in RT_Config.pm.

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 67e0deb20..c4e1d7f30 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -2083,9 +2083,6 @@ sub LoadSectionMap {
                     if ( $META{$option} ) {
                         next if $META{$option}{Invisible};
                     }
-                    else {
-                        RT->Logger->debug("No META info for option [$option], falling back to Code widget");
-                    }
                     push @{ $SectionMap->[-1]{Content}[-1]{Content}[-1]{Content} }, { Name => $option, Help => $name };
                 }
             }

-----------------------------------------------------------------------


More information about the rt-commit mailing list