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:
Chris Beams
2011-03-15 12:57:43 +00:00
parent 29764a98b9
commit ea5f28a8fd
5 changed files with 2 additions and 7 deletions
@@ -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);
}
}