From 62a6c800e8361b104fd004c2593e40a987b548d0 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 8 Apr 2015 08:06:08 -0400 Subject: [PATCH] Removed debugging. --- themes/bootstrap3/js/pubdate_vis.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/bootstrap3/js/pubdate_vis.js b/themes/bootstrap3/js/pubdate_vis.js index de512a5a7d3..370aa39e312 100644 --- a/themes/bootstrap3/js/pubdate_vis.js +++ b/themes/bootstrap3/js/pubdate_vis.js @@ -34,8 +34,6 @@ function loadVis(facetFields, searchParams, baseURL, zooming) { } } } - console.log($dateVisColorSettings); - console.log(cssColorSettings); // options for the graph, TODO: make configurable var options = { series: { -- GitLab