Browse Source

Removed unreachable code

Alexander Demenshin 9 years ago
parent
commit
2c8a780c74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/privatebin.js

+ 0 - 1
js/privatebin.js

@@ -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)
                     {
                     {