Remove debug log call

This commit is contained in:
Stefano Pigozzi 2024-10-16 04:22:59 +02:00
parent 1afc2cecae
commit 568160e8d5
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -333,10 +333,6 @@ function Notification({
} = notification;
let { type } = notification;
if (type === 'move') {
console.debug('NOTIFS', notification);
}
if (type === 'mention' && !status) {
// Could be deleted
return null;