Skip to content

Commit

Permalink
remove console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Zhang committed Sep 2, 2013
1 parent fedd1f4 commit ec4b16a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 34 deletions.
2 changes: 0 additions & 2 deletions polychart2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,6 @@ See the spec definition for more information.
groups: dedup(this.groups)
}
};
console.log(obj);
return obj;
};

Expand Down Expand Up @@ -8202,7 +8201,6 @@ data processing to be done.
addMeta(key, meta);
}
data = _.filter(data, filterFactory(additionalFilter));
console.log(data);
}
if (dataSpec.stats && dataSpec.stats.stats && dataSpec.stats.stats.length > 0) {
data = calculateStats(data, dataSpec.stats);
Expand Down
Loading

0 comments on commit ec4b16a

Please sign in to comment.