Remove log
This commit is contained in:
@@ -230,7 +230,6 @@ public class Configuration {
|
|||||||
String md5_local = Utils.md5(file.getAbsolutePath());
|
String md5_local = Utils.md5(file.getAbsolutePath());
|
||||||
|
|
||||||
if (md5_local.equals(name) == false) {
|
if (md5_local.equals(name) == false) {
|
||||||
System.err.println("cleanDirectory find an partial file => remove (" + file.getAbsolutePath() + ")");
|
|
||||||
file.delete();
|
file.delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user