Skip to content

Commit e056ca4

Browse files
committed
chore: remove log
1 parent dff881e commit e056ca4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/automd.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export async function automd(_config: Config = {}) {
3838

3939
const blocks = findAutoMdBlocks(fileContents);
4040

41-
consola.log(blocks);
42-
4341
for (const block of blocks) {
4442
const args = parseRawArgs(block.rawArgs);
4543
const generator = generators[block.generator];

0 commit comments

Comments
 (0)