Skip to content

Commit 33ca4a2

Browse files
committed
Remove a console.info
1 parent ee22d1f commit 33ca4a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/tutorial/TutorialWindow.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,6 @@ export function TutorialWindow({
501501
activeArticleFromSearch.toLowerCase(),
502502
).trim();
503503

504-
console.info({
505-
articleInSearch,
506-
});
507-
508504
const article = articles.find(
509505
(a) => a.title.toLowerCase().trim() === articleInSearch,
510506
);

0 commit comments

Comments
 (0)