Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso committed Nov 22, 2023
1 parent 493295e commit 9ebc7cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/adapters/waku/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ async function executeOnInstallMessage(
chatId: string,
message: WithMeta<InstallMessage>,
) {
console.debug({ publicKey, message })

if (message.senderPublicKey === publicKey) {
if (message.command === 'accept') {
const installedObjects = get(installedObjectStore).objects
Expand Down

0 comments on commit 9ebc7cd

Please sign in to comment.