Skip to content

Commit f9e7f97

Browse files
committed
logging
1 parent 5e11c54 commit f9e7f97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/WranglerCommand.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ if (!definition.args) {
4242
const positionals = definition.positionalArgs
4343
?.map((p) => `[${p.toUpperCase()}]`)
4444
.join(" ");
45-
46-
console.log(JSON.stringify(definition, null, "\t"));
4745
---
4846

4947
<AnchorHeading depth={2} title={command} />

0 commit comments

Comments
 (0)