Removed unreachable code

This commit is contained in:
Alexander Demenshin
2016-11-12 18:30:42 +01:00
committed by GitHub
parent 6544fc8a49
commit 2c8a780c74

View File

@@ -732,7 +732,6 @@ $(function() {
if (cleartext.length === 0 && password.length === 0 && !paste.attachment)
{
return this.requestPassword();
cleartext = filter.decipher(key, password, paste.data);
}
if (cleartext.length === 0 && !paste.attachment)
{