Your Name hace 3 años
padre
commit
8da9bb9424
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/plugins/plugins/onNote.js

+ 0
- 1
src/plugins/plugins/onNote.js Ver fichero

@@ -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;