diff --git a/source/de/anomic/yacy/yacyVersion.java b/source/de/anomic/yacy/yacyVersion.java index f04070605..6e3e3c590 100644 --- a/source/de/anomic/yacy/yacyVersion.java +++ b/source/de/anomic/yacy/yacyVersion.java @@ -532,7 +532,6 @@ public final class yacyVersion implements Comparator, Comparable iter = downloadedreleases.descendingIterator(); while (iter.hasNext()) { release = iter.next(); @@ -544,7 +543,6 @@ public final class yacyVersion implements Comparator, Comparable "+ deleteAfterMillis); if(now - downloadedFile.lastModified() > deleteAfterMillis) { if(!downloadedFile.delete()) { serverLog.logWarning("STARTUP", "cannot delete old release "+ downloadedFile.getAbsolutePath());