Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikplate committed Apr 28, 2023
1 parent a167fb4 commit 56a7d3c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ public void sanitize(Configuration _cfg) {
if (!m.matches()) {
getLog().warn("Configuration key [" + k + "] removed due to illegal characters");
keys_to_remove.add(k);
//_cfg.clearProperty(k);
//i.remove();
}
}
for (String p : keys_to_remove) {
Expand Down

0 comments on commit 56a7d3c

Please sign in to comment.