chore: remove debug codes

This commit is contained in:
Steven
2023-11-06 23:20:26 +08:00
parent 834b58fbbd
commit 5e4493b227
4 changed files with 2 additions and 5 deletions

View File

@ -28,7 +28,6 @@ const VersionUpdateMessage = ({ inbox }: Props) => {
id: inbox.activityId,
})
.then(({ activity }) => {
console.log("activity", activity);
setActivity(activity);
});
}, [inbox.activityId]);