Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 1, 2023
1 parent 6a4eb70 commit e6881a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/progress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function encode(text) {
return CRYPTO_VERSION + Buffer.concat([encrypted, cipher.final()]).toString('hex');
}

console.log('test', encode('test'), decode(encode('test')))

// Try to decode the value
function decode(text) {

Expand Down

0 comments on commit e6881a1

Please sign in to comment.