diff options
Diffstat (limited to 'theme/javascript/core/sidebar.js')
-rw-r--r-- | theme/javascript/core/sidebar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/javascript/core/sidebar.js b/theme/javascript/core/sidebar.js index ab5b19a..d318676 100644 --- a/theme/javascript/core/sidebar.js +++ b/theme/javascript/core/sidebar.js @@ -38,7 +38,6 @@ define([ // Filter summary with a list of path var filterSummary = function(paths) { - console.log("filter with", paths); $summary.find("li").each(function() { var path = $(this).data("path"); var st = paths == null || _.contains(paths, path); |