1.delete unused params "desc"
Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
parent
dc9dd97903
commit
5c3e35da4e
|
@ -31,7 +31,6 @@ export class NetworkDownloadClient {
|
||||||
if (FileUtils.getInstance().exist(allpath)) {
|
if (FileUtils.getInstance().exist(allpath)) {
|
||||||
FileUtils.getInstance().deleteFile(allpath)
|
FileUtils.getInstance().deleteFile(allpath)
|
||||||
}
|
}
|
||||||
let desc = filename + ".img";
|
|
||||||
var downloadConfig = {
|
var downloadConfig = {
|
||||||
url: (request.loadSrc as string),
|
url: (request.loadSrc as string),
|
||||||
filePath: allpath,
|
filePath: allpath,
|
||||||
|
|
Loading…
Reference in New Issue