1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

Remove unused response_return variable

This commit is contained in:
Marcel
2017-08-24 15:40:52 +02:00
committed by GitHub
parent 4a1ba01f44
commit 88a0d34c2b

View File

@ -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) => {