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,8 +28,6 @@ const RelationListView = (props: Props) => {
setRelationList(relationList.filter((relation) => relation.relatedMemoId !== memo.id));
};
console.log("referencingMemoList", referencingMemoList);
return (
<>
{referencingMemoList.length > 0 && (