forked from I2P_Developers/i2p.i2p
remove useless string
This commit is contained in:
@@ -190,7 +190,6 @@ public class SAMUtils {
|
||||
private static String dumpProperties(Properties props) {
|
||||
Enumeration names = props.propertyNames();
|
||||
StringBuilder builder = new StringBuilder();
|
||||
String msg = "";
|
||||
String key, val;
|
||||
boolean firstIter = true;
|
||||
|
||||
|
Reference in New Issue
Block a user