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
eb5683df
Commit
eb5683df
authored
Sep 23, 2025
by
Luna Riegel
Browse files
Remove leftover debug logs
parent
9558fd27
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
eb5683df
...
...
@@ -561,7 +561,6 @@ export default function smartVillagesPlugin(config, baseUrl) {
}
const
map
=
vcsApp
.
maps
.
getByType
(
"
CesiumVisualisationType
"
);
console
.
log
(
map
);
// tileset.allTilesLoaded.addEventListener(function() {
// console.log('All tiles are loaded');
...
...
src/objectList.vue
View file @
eb5683df
...
...
@@ -433,7 +433,7 @@ function uploadModel() {
const
dialog
=
ref
(
false
);
setupModelFunction
=
setupModel
;
projectStateObject
=
pluginState
;
onMounted
(()
=>
loadCatalogsFromConfig
(
config
).
then
(
response
=>
{
console
.
log
(
objLib
)}));
onMounted
(()
=>
loadCatalogsFromConfig
(
config
).
then
(
response
=>
{
console
.
log
(
"
Object library loaded
"
)}));
return
{
draggable
,
selectable
,
...
...
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