Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
log statement used for debug will flood logfile… removing.
  • Loading branch information
jimklo committed Mar 15, 2012
1 parent 30a0543 commit 06627d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_services/standards-alignment-lr-paradata/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ exports.init = function(){

this.GroupIt = function(level, groups, row) {
var row_group = _.first(row.key, level);
log("same? "+JSON.stringify([groups.cur_group, row_group]));
if (_.isEqual(groups.cur_group, row_group)) {
groups.prev_group = null;
groups.changed = false;
Expand Down

0 comments on commit 06627d8

Please sign in to comment.