Skip to content

Commit

Permalink
remove debugging function that limited to 10 rows
Browse files Browse the repository at this point in the history
  • Loading branch information
mschierberl committed Oct 16, 2012
1 parent 1b321dc commit eeb5430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ GA.prototype.login = function(cb) {
GA.prototype.get = function(options, cb) {
var self = this;

options['max-results'] = 10;
var data_url = "/analytics/v3/data/ga?" + querystring.stringify(options);

var get_options = {
Expand Down

0 comments on commit eeb5430

Please sign in to comment.