Removed unreachable code
This commit is contained in:
parent
6544fc8a49
commit
2c8a780c74
|
@ -732,7 +732,6 @@ $(function() {
|
||||||
if (cleartext.length === 0 && password.length === 0 && !paste.attachment)
|
if (cleartext.length === 0 && password.length === 0 && !paste.attachment)
|
||||||
{
|
{
|
||||||
return this.requestPassword();
|
return this.requestPassword();
|
||||||
cleartext = filter.decipher(key, password, paste.data);
|
|
||||||
}
|
}
|
||||||
if (cleartext.length === 0 && !paste.attachment)
|
if (cleartext.length === 0 && !paste.attachment)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue