Skip to content

Commit 994a817

Browse files
author
Chris Park
committed
Fixed automerge mistake
1 parent e6e5d7c commit 994a817

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/rosetteRequest.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ rosetteRequest.prototype.makeRequest = function(requestType, userKey, urlParts,
7272
"X-RosetteAPI-Binding-Version": BINDING_VERSION
7373
}
7474

75-
if(parameters.loadParams()._customHeaders !== null){
76-
parameters.loadParams()._customHeaders.forEach( function(element, index) {
77-
headers[element[0]] = element[1];
78-
});
79-
80-
}
81-
8275
if (userKey != null) {
8376
headers["X-RosetteAPI-Key"] = userKey;
8477
}

0 commit comments

Comments
 (0)