Remove duplicate call to decodeURIComponent

Signed-off-by: Bernd Stellwag <burned@zerties.org>
This commit is contained in:
Bernd Stellwag 2018-10-10 21:22:52 +02:00
parent 2a690db553
commit 0f030d885b
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@
path = path.substr(0, path.length - 1);
}
path = decodeURIComponent(path);
if (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') {
return null;
}