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,7 +5,6 @@ import * as cache from '@/utils/cache'
5 5
 export default (plugins) => {
6 6
 
7 7
   plugins.apply('readNote', (rawNote) => {
8
-    debugger
9 8
     const base64Data = Base64.decode(rawNote)
10 9
     const secretKey = cache.get('encrypt_secret')
11 10
     if (!secretKey) return base64Data;