Skip to content

Commit

Permalink
remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbasAliLokhandwala committed May 2, 2024
1 parent cff66ea commit c2cdc6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/background/src/messaging/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ const handleEncryptMessagingMessage: (
service: MessagingService
) => InternalHandler<EncryptMessagingMessage> = (service) => {
return async (env, msg) => {
console.log("msg encryptMessage", msg);

return await service.encryptMessage(
env,
msg.memorendumUrl,
Expand Down

0 comments on commit c2cdc6d

Please sign in to comment.