[Rt-commit] rt branch, 5.0-trunk,	updated. rt-5.0.0alpha1-27-g30873e18f
    ? sunnavy 
    sunnavy at bestpractical.com
       
    Tue Mar 17 12:24:36 EDT 2020
    
    
  
The branch, 5.0-trunk has been updated
       via  30873e18f73fd1fe46a4f337f99f6318063dfb8d (commit)
      from  2081ef83ee0236b4b139ad474af4782aae606b64 (commit)
Summary of changes:
 lib/RT/Config.pm | 3 ---
 1 file changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit 30873e18f73fd1fe46a4f337f99f6318063dfb8d
Author: michel <michel at bestpractical.com>
Date:   Mon Mar 16 17:05:08 2020 +0100
    No need to log "No META info" as META info is optional
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 9362e2a66..c09cd117f 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -2059,9 +2059,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