Remove unused variable

master
Ansariel 2024-03-02 02:57:21 +01:00
parent 8ccbd8f6f4
commit 073c5e4da5
1 changed files with 0 additions and 1 deletions

View File

@ -10935,7 +10935,6 @@ void handle_report_bug(const LLSD& param)
// <FS:Ansariel> Keep linking to out JIRA
//std::string url = gSavedSettings.getString("ReportBugURL");
//LLWeb::loadURLExternal(url);
LLUIString url(param.asString());
LLSD sysinfo = FSData::getSystemInfo();
LLStringUtil::format_map_t replace;
replace["[ENVIRONMENT]"] = LLURI::escape(sysinfo["Part1"].asString().substr(1) + sysinfo["Part2"].asString().substr(1));