diff --git a/logback-core/src/main/java/ch/qos/logback/core/joran/util/ConfigurationWatchListUtil.java b/logback-core/src/main/java/ch/qos/logback/core/joran/util/ConfigurationWatchListUtil.java index efe39023fa..d038aa795b 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/joran/util/ConfigurationWatchListUtil.java +++ b/logback-core/src/main/java/ch/qos/logback/core/joran/util/ConfigurationWatchListUtil.java @@ -93,7 +93,6 @@ public static void addToWatchList(Context context, URL url, boolean createCWL) { private static ConfigurationWatchList registerNewConfigurationWatchListWithContext(Context context) { ConfigurationWatchList cwl = new ConfigurationWatchList(); cwl.setContext(context); - addInfo(context, "Registering ConfigurationWatchList with context"); context.putObject(CoreConstants.CONFIGURATION_WATCH_LIST, cwl); return cwl; }