From 4f28217b0657026e424f7387b9372c5162e48b1f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 29 Oct 2013 08:39:25 -0400 Subject: [PATCH] Removed console.log. --- themes/bootstrap/js/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bootstrap/js/common.js b/themes/bootstrap/js/common.js index 0e3fb75e895..a37a78ecb46 100644 --- a/themes/bootstrap/js/common.js +++ b/themes/bootstrap/js/common.js @@ -40,7 +40,6 @@ function deparam(url) { } function moreFacets(id) { - console.log(id); $('.'+id).removeClass('hidden'); $('#more'+id).addClass('hidden'); } -- GitLab