Remove log

This commit is contained in:
Vincent Fiduccia
2018-07-10 12:24:12 -07:00
parent 583d6bb4bd
commit 17a4675a66
-2
View File
@@ -65,9 +65,7 @@ const bootstrapDocsSearch = function() {
overlay.toggleClass('open');
if (container.hasClass('open')) {
console.log('hi');
$('input#search-box').focus();
console.log('hi2');
}
overlay.css({top: 120});