From 5ee072573191ec3f0c8f5c0cfdd868a0a52e96e4 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Tue, 1 Aug 2017 09:59:00 -0700 Subject: [PATCH] Remove unnecessary comment. --- static/js/portico/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/portico/help.js b/static/js/portico/help.js index d428d21c07..114b66ae96 100644 --- a/static/js/portico/help.js +++ b/static/js/portico/help.js @@ -44,7 +44,6 @@ const Ps = require('perfect-scrollbar'); Ps.initialize($(".sidebar")[0], { suppressScrollX: true, useKeyboard: false, - // Picked so that each mousewheel bump moves 1 emoji down. wheelSpeed: 0.68, });