mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-01 03:28:54 +01:00
Removed debug code.
This commit is contained in:
parent
a83b2431bc
commit
efe651ea4e
@ -206,15 +206,9 @@ bool Configuration::GetProperty(std::string key, std::string &value)
|
|||||||
GetRawProperty("baseItemPath", baseItemPath);
|
GetRawProperty("baseItemPath", baseItemPath);
|
||||||
collectionName = GetCurrentCollection();
|
collectionName = GetCurrentCollection();
|
||||||
|
|
||||||
Logger::Write(Logger::ZONE_INFO, "Configuration", "PROPERTY " + key + " BEFORE " + value);
|
|
||||||
|
|
||||||
value = Utils::Replace(value, "%BASE_MEDIA_PATH%", baseMediaPath);
|
value = Utils::Replace(value, "%BASE_MEDIA_PATH%", baseMediaPath);
|
||||||
value = Utils::Replace(value, "%BASE_ITEM_PATH%", baseItemPath);
|
value = Utils::Replace(value, "%BASE_ITEM_PATH%", baseItemPath);
|
||||||
value = Utils::Replace(value, "%ITEM_COLLECTION_NAME%", collectionName);
|
value = Utils::Replace(value, "%ITEM_COLLECTION_NAME%", collectionName);
|
||||||
|
|
||||||
Logger::Write(Logger::ZONE_INFO, "Configuration", "PROPERTY "+ key + " AFTER " + value);
|
|
||||||
|
|
||||||
|
|
||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user