Remove TODOs related to profile logging

Issue: SPR-8031, SPR-7508, SPR-8057
This commit is contained in:
Chris Beams
2011-03-15 12:57:43 +00:00
parent b50ac7489b
commit 150838bfc1
5 changed files with 2 additions and 7 deletions

View File

@@ -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);
}
}