移除console.log

This commit is contained in:
hanhh
2021-05-29 12:05:36 +08:00
parent e5ec982891
commit 06595021cd
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -35,7 +35,6 @@ const Log = () => {
};
const getLog = (node: any) => {
console.log(node);
setLoading(true);
request
.get(`${config.apiPrefix}logs/${node.value}`)