1.delete unused params "desc"

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1 2023-01-15 17:39:59 -08:00
parent dc9dd97903
commit 5c3e35da4e
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ export class NetworkDownloadClient {
if (FileUtils.getInstance().exist(allpath)) {
FileUtils.getInstance().deleteFile(allpath)
}
let desc = filename + ".img";
var downloadConfig = {
url: (request.loadSrc as string),
filePath: allpath,