Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lgl
SmartVillages2
Commits
97558258
Commit
97558258
authored
Aug 06, 2025
by
Luna Riegel
Browse files
Remove debug log
parent
9fb2b4df
Changes
1
Show whitespace changes
Inline
Side-by-side
src/objectList.vue
View file @
97558258
...
@@ -211,7 +211,6 @@ function getCatalogueEntries(json, linkPrefix) {
...
@@ -211,7 +211,6 @@ function getCatalogueEntries(json, linkPrefix) {
}
}
async
function
retrieveCatalogModel
(
modelLink
){
async
function
retrieveCatalogModel
(
modelLink
){
console
.
log
(
modelLink
);
if
(
preloadedModels
.
value
[
modelLink
]
!=
null
){
if
(
preloadedModels
.
value
[
modelLink
]
!=
null
){
const
catModel
=
preloadedModels
.
value
[
modelLink
];
const
catModel
=
preloadedModels
.
value
[
modelLink
];
const
x
=
window
.
innerWidth
/
2
;
const
x
=
window
.
innerWidth
/
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment