remove test log

This commit is contained in:
Michael Genson 2025-06-24 00:15:40 +00:00
commit a93cd61141

View file

@ -142,7 +142,6 @@ export default defineNuxtComponent({
onMounted(() => {
if (!cookbooks.value.length) {
cookbooksActions.refresh();
console.log("test");
}
});