Removed unreachable code
This commit is contained in:
parent
6544fc8a49
commit
2c8a780c74
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue