Skip to content

Commit

Permalink
ie deprecation/bugfix: remove isIe check (#35833)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Aug 26, 2021
1 parent 87953f4 commit 8845128
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/amp.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ startupChunk(self.document, function initial() {
/* opt_isRuntimeCss */ true,
/* opt_ext */ 'amp-runtime'
);
// TODO(kbax) Remove this IE deprecation warning on 26 August 2021.
if (Services.platformFor(self).isIe() && self.console) {
(console.info || console.log).call(
console,
'IE Support is being deprecated, in September 2021 IE will no longer be supported. See https://github.com/ampproject/amphtml/issues/34453 for more details.'
);
}
});

// Output a message to the console and add an attribute to the <html>
Expand Down

0 comments on commit 8845128

Please sign in to comment.