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

Remove debug log

parent 9fb2b4df
......@@ -211,7 +211,6 @@ function getCatalogueEntries(json, linkPrefix) {
}
async function retrieveCatalogModel(modelLink){
console.log(modelLink);
if(preloadedModels.value[modelLink] != null){
const catModel = preloadedModels.value[modelLink];
const x = window.innerWidth / 2;
......
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