mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
remove spurious debugging code
This commit is contained in:
parent
d7788c7945
commit
4ee25ee1d0
@ -213,14 +213,9 @@ 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
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user