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 dff881e commit e056ca4Copy full SHA for e056ca4
src/automd.ts
@@ -38,8 +38,6 @@ export async function automd(_config: Config = {}) {
38
39
const blocks = findAutoMdBlocks(fileContents);
40
41
- consola.log(blocks);
42
-
43
for (const block of blocks) {
44
const args = parseRawArgs(block.rawArgs);
45
const generator = generators[block.generator];
0 commit comments