remove spurious debugging code
This commit is contained in:
parent
d7788c7945
commit
4ee25ee1d0
|
@ -213,13 +213,8 @@ public class PackageCacheManager {
|
|||
} finally {
|
||||
fileLock.release();
|
||||
}
|
||||
try {
|
||||
if (!lockFile.delete()) {
|
||||
lockFile.deleteOnExit();
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
System.out.println("unable to clean up lock file for "+lockFile.getName()+": "+t.getMessage());
|
||||
// nothing
|
||||
if (!lockFile.delete()) {
|
||||
lockFile.deleteOnExit();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue