Remove console.logs

pull/8435/head
Puru Vijay 3 years ago
parent bde43317a2
commit 3a9afada9a

@ -52,8 +52,6 @@ export function get_docs_data(base = BASE) {
}); });
} }
console.log(category.pages);
docs_data.push(category); docs_data.push(category);
} }

@ -3,8 +3,6 @@
/** @type {ReturnType<typeof import('$lib/server/docs/get-docs').get_docs_list>}*/ /** @type {ReturnType<typeof import('$lib/server/docs/get-docs').get_docs_list>}*/
export let contents = []; export let contents = [];
console.log(contents);
</script> </script>
<nav aria-label="Docs"> <nav aria-label="Docs">

Loading…
Cancel
Save