Remove logging statement

This commit is contained in:
Kevin Dao
2019-08-13 18:52:47 -05:00
parent 05ee82210a
commit 69c80ec412

View File

@@ -81,7 +81,7 @@ function formatShortenedCourseName(course) {
$(document).click(function(event) { $(document).click(function(event) {
$target = $(event.target); $target = $(event.target);
console.log($target);
// If we're not clicking on search button or search popup, and popup is visible, hide it // If we're not clicking on search button or search popup, and popup is visible, hide it
if (!$target.closest('#search').length && !$target.closest('#search-popup').length && $('#search-popup').is(":visible")) { if (!$target.closest('#search').length && !$target.closest('#search-popup').length && $('#search-popup').is(":visible")) {
hideSearchPopup(); hideSearchPopup();