Skip to content

Commit 16a5aa9

Browse files
committed
removed com
1 parent f20ac1a commit 16a5aa9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stores/data_base.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const useDataBaseStore = defineStore("dataBase", () => {
4848
})
4949
}
5050

51-
// const treeviewStore = useTreeviewStore()
5251
const hybridViewerStore = useHybridViewerStore()
5352

5453
async function addItem(
@@ -62,11 +61,6 @@ export const useDataBaseStore = defineStore("dataBase", () => {
6261
vtk_js: { binary_light_viewable },
6362
},
6463
) {
65-
// console.log("[DataBase] addItem start", {
66-
// id,
67-
// object_type: value.object_type,
68-
// geode_object: value.geode_object,
69-
// })
7064
db[id] = value
7165

7266
if (value.object_type === "model") {

0 commit comments

Comments
 (0)