-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove amp-user-notification from experiment #1499
Conversation
7920478
to
8eba195
Compare
8eba195
to
ffdb1c1
Compare
meant remove from experiment* (not canary) |
LGTM |
* @private | ||
*/ | ||
isExperimentOn_() { | ||
return isExperimentOn(this.getWin(), EXPERIMENT); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EXPERIMENT
should be removed as well, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dvoytenko yep! linter caught it too, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
LGTM with a small comment. |
421ade5
to
87a13cb
Compare
remove amp-user-notification from experiment
No description provided.