Remove log

This commit is contained in:
Laurent Clouet
2015-06-11 22:15:27 +01:00
parent 2e6f2311db
commit c880db929c

View File

@@ -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();
} }