diff --git a/src/injections/github.js b/src/injections/github.js index e2e7cd4..eecd271 100644 --- a/src/injections/github.js +++ b/src/injections/github.js @@ -11,7 +11,7 @@ $('.js-comment-container').on('load change', change_comments); $('#readme').on('load change', change_readme); $('.timeline-comment textarea[placeholder="Leave a comment"]').on('change input', function() { - console.log("Change"); markdown_injector('.timeline-comment textarea[placeholder="Leave a comment"]'); + markdown_injector('.timeline-comment textarea[placeholder="Leave a comment"]'); }); change_comments();