removed console log, wireguard network plan

This commit is contained in:
2025-04-06 17:59:21 +01:00
parent 587d10b074
commit dc2b672c85
2 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ defineProps({
const emit = defineEmits(['update:modelValue']);
function onChange(event) {
console.log(event);
emit('update:modelValue', event.target.value)
}
</script>