BackupContainer:Remove link to filename with random string

This commit is contained in:
Meng Xu 2020-08-26 15:55:36 -07:00
parent a2ab709a0c
commit 369000a125
1 changed files with 0 additions and 1 deletions

View File

@ -1612,7 +1612,6 @@ public:
if(g_network->isSimulated()) {
if(!fileExists(fullPath))
throw file_not_found();
// std::string uniquePath = fullPath + "." + deterministicRandom()->randomUniqueID().toString() + ".lnk";
if (g_simulator.getCurrentProcess()->uid == UID()) {
TraceEvent(SevError, "BackupContainerReadFileOnUnsetProcessID");
}