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