Skip to content

Commit

Permalink
comment out logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-vlcek committed Mar 23, 2012
1 parent 74c4298 commit defa08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/SelectedClusterNodeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var SelectedClusterNodeView = Backbone.View.extend({
stats = _.filter(stats, function(item){ return (item!=undefined)});

var stats_the_latest = stats[stats.length - 1];
console.log("the latest stats snapshot", stats_the_latest);
// console.log("the latest stats snapshot", stats_the_latest);

// --------------------------------------------
// File Descriptors
Expand Down

0 comments on commit defa08a

Please sign in to comment.