Skip to content

Commit

Permalink
remove commented-out logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 15, 2023
1 parent 62c5d1a commit 56f76d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions router/java/src/net/i2p/router/ClientConfigManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ public class ClientConfigManager extends WorkingDir {
private boolean editPropertiesFile(File clientAppConfig, String prop,
String value)
throws FileNotFoundException {
/// if (_log.shouldLog(Log.INFO)){
//_log.info("editing config file " + clientAppConfig.getName());
System.out.println("editing config file " + clientAppConfig.getName());
//}
boolean go = true;
Properties clientAppConfigProps = new Properties();
File backupConfig = new File(clientAppConfig + ".bak");
Expand Down

0 comments on commit 56f76d8

Please sign in to comment.