Skip to content

Commit

Permalink
chore(treetable): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jul 29, 2024
1 parent 5af6d8c commit 704fac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/data-stores/tables/DataStoreTreeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const loading = ref(true);
onMounted(() => {
nextTick(async () => {
const pNodes = formatAnalysisNodes();
console.log(pNodes);
formatDataStoreNodes(pNodes);
loading.value = false;
});
Expand Down

0 comments on commit 704fac8

Please sign in to comment.