Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 7, 2024
1 parent dff881e commit e056ca4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/automd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export async function automd(_config: Config = {}) {

const blocks = findAutoMdBlocks(fileContents);

consola.log(blocks);

for (const block of blocks) {
const args = parseRawArgs(block.rawArgs);
const generator = generators[block.generator];
Expand Down

0 comments on commit e056ca4

Please sign in to comment.