Skip to content

Commit

Permalink
Remove console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsikes committed Oct 20, 2023
1 parent ad5393f commit 9d49156
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/activitypub.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export function createNoteObject(bookmark, account, domain) {
});
});

console.log('noteMesage', noteMessage);

return noteMessage;
}

Expand Down

0 comments on commit 9d49156

Please sign in to comment.