style: 移除无用console输出

This commit is contained in:
TsMask
2024-06-19 14:51:28 +08:00
parent 374a9bde7e
commit 0955a79965
9 changed files with 21 additions and 27 deletions

View File

@@ -139,8 +139,7 @@ function fnGetList(refresh: boolean = false) {
}
})
.then(hasNeList => {
if (!hasNeList) return;
console.log(graphG6Data)
if (!hasNeList) return;
if (refresh) {
// graphG6.value.get('canvas').set('localRefresh', true);
graphG6.value.destroy();