mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
Remove debug log call
This commit is contained in:
parent
1afc2cecae
commit
568160e8d5
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue