Skip to content
Snippets Groups Projects
Commit 62730bb5 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove console

parent ae374839
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,4 @@ ...@@ -30,10 +30,4 @@
const { navigation, page, surround, globals } = useContent(); const { navigation, page, surround, globals } = useContent();
const drawer = ref(true); const drawer = ref(true);
console.log(page.value);
console.log("navigation", navigation.value);
console.log(surround.value);
console.log(globals.value);
</script> </script>
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