Skip to content

Commit

Permalink
UI-2017: dont not add then add
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Jan 27, 2016
1 parent eed8674 commit 971afab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/lib/monster.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ define(function(require){
if (!hasRemoveHeaders || request.removeHeaders.indexOf(key.toLowerCase()) < 0) {
ampXHR.setRequestHeader(key, val);
}
ampXHR.setRequestHeader(key, val);
});

return true;
Expand Down

0 comments on commit 971afab

Please sign in to comment.