From f188ea473a74156fc035daf1ff99545d24b23986 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 25 Aug 2015 14:28:29 +0100 Subject: [PATCH] Removed debug --- src/injections/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();