forked from organicmaps/organicmaps-tmp
removed unnecessary code for partial and resume files deletion.
This commit is contained in:
parent
7b30d9864a
commit
54b977a4d9
1 changed files with 0 additions and 4 deletions
|
@ -155,10 +155,6 @@ extern "C"
|
|||
{
|
||||
FileToDownload & curFile = g_filesToDownload.back();
|
||||
|
||||
/// cleaning up by ourselves
|
||||
FileWriter::DeleteFileX(curFile.m_pathOnSdcard + DOWNLOADING_FILE_EXTENSION);
|
||||
FileWriter::DeleteFileX(curFile.m_pathOnSdcard + RESUME_FILE_EXTENSION);
|
||||
|
||||
LOG(LDEBUG, ("finished downloading", curFile.m_fileName, "sized", curFile.m_fileSize, "bytes"));
|
||||
|
||||
g_totalDownloadedBytes += curFile.m_fileSize;
|
||||
|
|
Loading…
Add table
Reference in a new issue