removed unnecessary log

This commit is contained in:
Jack 2020-07-23 14:03:40 +01:00
parent f23f9fd94f
commit cde1db7ef7

View file

@ -816,7 +816,7 @@ $(document).keydown((e) => {
$(".suggestions").outerHeight() / 2 +
$($(".entry")[0]).outerHeight();
$(".suggestions").scrollTop(scroll);
console.log(`scrolling to ${scroll}`);
// console.log(`scrolling to ${scroll}`);
try {
let list = currentCommands[currentCommands.length - 1];
$.each(list.list, (index, obj) => {