Remove TODOs related to profile logging
Issue: SPR-8031, SPR-7508, SPR-8057
This commit is contained in:
@@ -160,7 +160,6 @@ public class MutablePropertySources implements PropertySources {
|
||||
*/
|
||||
protected void removeIfPresent(PropertySource<?> propertySource) {
|
||||
if (this.propertySourceList.contains(propertySource)) {
|
||||
// TODO SPR-7508: add logging
|
||||
this.propertySourceList.remove(propertySource);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user