PR fixes
This commit is contained in:
parent
ef8fa866c1
commit
c83534af63
1 changed files with 0 additions and 4 deletions
|
@ -1968,8 +1968,6 @@ public class OsmandAidlApi {
|
|||
}
|
||||
|
||||
if (filePart.getFilename().endsWith(IndexConstants.SQLITE_EXT)) {
|
||||
|
||||
LOG.debug("temp path: " + IndexConstants.TEMP_DIR + filePart.getCopyStartTime() + "/" + filePart.getFilename());
|
||||
return copyFileImpl(filePart, app.getAppPath(
|
||||
IndexConstants.TEMP_DIR + filePart.getCopyStartTime() + "/" + filePart.getFilename()),
|
||||
IndexConstants.TILES_INDEX_DIR);
|
||||
|
@ -2006,10 +2004,8 @@ public class OsmandAidlApi {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
} catch (IOException e) {
|
||||
LOG.error(e.getMessage(), e);
|
||||
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue