Skip to content

Commit

Permalink
Remove unnecessary log (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpevs authored Mar 8, 2024
1 parent 16e0c43 commit 2bbc538
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,3 @@ export { Recipe, Parser };
export * from './Recipe';
export * from './Parser';
export * from './cooklang';

const p = new Parser({ includeStepNumber: true });

console.log(p.parse(`
>> source: https://www.youtube.com/watch?v=oTyVtAAKPRo
>> tags: [ breakfast ]
>> description: It's scrambled egg, with kimchi, and miso soup
>> servings: 1
Crack @eggs{2} into a #bowl, and beat with chopsticks
Make @Kombu broth (or dashi)
Heat a #small pan{} to high heat with #cooking oil{}
Slowly stir eggs onto pan, cook for about ~{10-15%sec}, then remove and add @sesame oil{} and @kimchi
Stir @miso paste{} into kombu broth, and bring to boil
Pour the soup into the egg-stirring bowl, and top with chopped @scallions
`));

0 comments on commit 2bbc538

Please sign in to comment.