Skip to content

Commit

Permalink
removing some logging
Browse files Browse the repository at this point in the history
(cherry picked from commit 29c1420)
  • Loading branch information
jlsherrill committed Feb 27, 2012
1 parent 24038fe commit 0dcac9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/public/javascripts/slidingtree.js
Expand Up @@ -401,7 +401,6 @@ KT.sliding_tree.list = function(parent, bcs, sliding_tree){
append = function(html, args) {

if (!args || args === sliding_tree.get_current_crumb()){
console.log("appending");
var expand_list = parent.find('.has_content').find('.expand_list');
expand_list.append(html);
}
Expand All @@ -411,7 +410,6 @@ KT.sliding_tree.list = function(parent, bcs, sliding_tree){
current_items = current;
bcs.find('.current_items_count').text(current_items);
bcs.find('.total_results_count').text(results);
console.log(total);
sliding_tree.get_breadcrumbs()[sliding_tree.get_current_crumb()].total_size = total;
sliding_tree.rerender_breadcrumb();
}
Expand Down

0 comments on commit 0dcac9e

Please sign in to comment.