We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e11c54 commit f9e7f97Copy full SHA for f9e7f97
src/components/WranglerCommand.astro
@@ -42,8 +42,6 @@ if (!definition.args) {
42
const positionals = definition.positionalArgs
43
?.map((p) => `[${p.toUpperCase()}]`)
44
.join(" ");
45
-
46
-console.log(JSON.stringify(definition, null, "\t"));
47
---
48
49
<AnchorHeading depth={2} title={command} />
0 commit comments