mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove debug codes
This commit is contained in:
@ -28,7 +28,6 @@ const VersionUpdateMessage = ({ inbox }: Props) => {
|
||||
id: inbox.activityId,
|
||||
})
|
||||
.then(({ activity }) => {
|
||||
console.log("activity", activity);
|
||||
setActivity(activity);
|
||||
});
|
||||
}, [inbox.activityId]);
|
||||
|
Reference in New Issue
Block a user