Skip to content

Commit 1114f11

Browse files
author
Christian Cordiviola
committed
remove k param in getLocation
1 parent f1531de commit 1114f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/webpagetest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ function getLocations(options, callback) {
319319
options = options === callback ? undefined : options;
320320

321321
var query = helper.setQuery(mapping.commands.locations, options);
322-
if (!query.k && this.config.key && !options.allLocations) {
323-
query.k = this.config.key;
324-
}
322+
// if (!query.k && this.config.key && !options.allLocations) {
323+
// query.k = this.config.key;
324+
// }
325325
return api.call(this, paths.locations, callback, query, options);
326326
}
327327

0 commit comments

Comments
 (0)