Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed May 9, 2024
1 parent 0ed836c commit de56539
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/deno-by-example/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export default async function denoByExamplePlugin(context: LoadContext, options)
};
});

console.log(`Read ${examples.length} examples from ${denoExamplePath}`);

return {
name: "deno-by-example",
examples: examples,
Expand Down

0 comments on commit de56539

Please sign in to comment.