Removed unneded console.log

This commit is contained in:
2023-06-16 14:13:34 +02:00
parent 6bb9dfc0bf
commit 99bb7d5fa7

View File

@@ -15,7 +15,6 @@ const props = defineProps(
const emit = defineEmits(['update:defaultData'])
function setDefault() {
console.log(props.prettyName.toLowerCase())
switch (props.prettyName.toLowerCase()) {
case "xpath":
emit("update:defaultData", "string(/l:library/l:libraryName)")