Your Name 3 years ago
parent
commit
8da9bb9424
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/plugins/plugins/onNote.js

+ 0
- 1
src/plugins/plugins/onNote.js View File

5
 export default (plugins) => {
5
 export default (plugins) => {
6
 
6
 
7
   plugins.apply('readNote', (rawNote) => {
7
   plugins.apply('readNote', (rawNote) => {
8
-    debugger
9
     const base64Data = Base64.decode(rawNote)
8
     const base64Data = Base64.decode(rawNote)
10
     const secretKey = cache.get('encrypt_secret')
9
     const secretKey = cache.get('encrypt_secret')
11
     if (!secretKey) return base64Data;
10
     if (!secretKey) return base64Data;