Skip to content

Commit 0ac8daa

Browse files
authored
remove commented code
1 parent 1114f11 commit 0ac8daa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/webpagetest.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@ 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-
// }
325322
return api.call(this, paths.locations, callback, query, options);
326323
}
327324

0 commit comments

Comments
 (0)