From 9699401d5b1856b3dfa380f468e808a41dbe8b3a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 5 Aug 2015 16:02:53 +0500 Subject: Removing console.log --- web/react/components/mention_list.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'web') diff --git a/web/react/components/mention_list.jsx b/web/react/components/mention_list.jsx index 16c1994e1..5f1bb6d0e 100644 --- a/web/react/components/mention_list.jsx +++ b/web/react/components/mention_list.jsx @@ -21,7 +21,6 @@ module.exports = React.createClass({ var self = this; $('.post-right__scroll').scroll(function(){ - console.log('sad'); if($('.mentions--top').length){ $('#reply_mention_tab .mentions--top').css({ bottom: $(window).height() - $('.post-right__scroll #reply_textbox').offset().top }); } -- cgit v1.2.3-1-g7c22