mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Remove unused response_return variable
This commit is contained in:
parent
4a1ba01f44
commit
88a0d34c2b
1 changed files with 0 additions and 1 deletions
|
@ -246,7 +246,6 @@ function getLangsJson() {
|
|||
|
||||
function getLanguage(langPath) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let response_return = {};
|
||||
request(
|
||||
{ method: "GET", url: langPath },
|
||||
(err, response, body) => {
|
||||
|
|
Loading…
Reference in a new issue