移除 console

This commit is contained in:
whyour
2023-02-02 13:20:47 +08:00
parent 4a18bcabe2
commit 9479c2498c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@ const RenameModal = ({
visible: boolean;
handleCancel: () => void;
}) => {
console.log(currentNode);
const [form] = Form.useForm();
const [loading, setLoading] = useState(false);