mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
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)
|
||||
{
|
||||
return this.requestPassword();
|
||||
cleartext = filter.decipher(key, password, paste.data);
|
||||
}
|
||||
if (cleartext.length === 0 && !paste.attachment)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user