Skip to content

Commit

Permalink
less chatty output fixes tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Sep 6, 2024
1 parent 4f9fb1f commit 4b13296
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4b13296

Please sign in to comment.