Commit eb5683df authored by Luna Riegel's avatar Luna Riegel
Browse files

Remove leftover debug logs

parent 9558fd27
......@@ -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');
......
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment