Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Oct 24, 2023
1 parent 8b10fc8 commit 109e5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/group-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function fromMsgKey (msg, msgKey) {

function fromGroupKey (msg, groupKey) {
const { author, previous } = msg.value
// console.log('group id msg', msg)
const content = (msg.meta && msg.meta.originalContent) || msg.value.content

const envelope = Buffer.from(content.replace('.box2', ''), 'base64')
Expand Down

0 comments on commit 109e5c6

Please sign in to comment.