Skip to content

Commit

Permalink
Remove IE message again
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed Jul 21, 2021
1 parent 705cbec commit 1d294e0
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 @@ -146,13 +146,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 1d294e0

Please sign in to comment.