Skip to content

Commit 6ec3197

Browse files
committed
Remove log statement
1 parent 099f448 commit 6ec3197

File tree

3 files changed

+93
-94
lines changed

3 files changed

+93
-94
lines changed

js/doc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ marked.use({
4141
})
4242

4343
const { Kind, Group, Version, Schema } = JSON.parse(document.getElementById('pageData').textContent);
44-
console.log(Kind, Group, Version, Schema)
4544

4645
const properties = Schema.Properties;
4746
if (properties?.apiVersion) delete properties.apiVersion;

0 commit comments

Comments
 (0)