From 64a88d28f4295858a08f28188074daf5d89dbbf0 Mon Sep 17 00:00:00 2001
From: Pawel Andruszkiewicz
Date: Fri, 2 Oct 2015 11:34:34 +0200
Subject: [PATCH] [Download] TODO removed.
There's no common mechanism for resolving files in JS, hence this is not possible.
[Verification] Code compiles, logic was not changed.
Change-Id: If80b038aa5cfc2c17525f0cf914b6f05717f4e25
Signed-off-by: Pawel Andruszkiewicz
---
src/download/download_instance.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/download/download_instance.cc b/src/download/download_instance.cc
index 4803878c..befdee5d 100755
--- a/src/download/download_instance.cc
+++ b/src/download/download_instance.cc
@@ -434,7 +434,6 @@ void DownloadInstance::DownloadManagerStart
if (!args.get("destination").is()) {
if (args.get("destination").get() != "") {
diPtr->destination = args.get("destination").get();
- // TODO: move conversion to JS
diPtr->destination = common::VirtualFs::GetInstance().GetRealPath(diPtr->destination);
}
}
--
2.34.1