mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Remove TODOs related to profile logging
Issue: SPR-8031, SPR-7508, SPR-8057 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4097 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Vendored
-1
@@ -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