Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove performance metric
  • Loading branch information
mszylkowski committed Jun 8, 2022
commit 838217542ae60db388e646ac2e5aaea93b381140
3 changes: 0 additions & 3 deletions extensions/amp-story/1.0/amp-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -2658,9 +2658,6 @@ export class AmpStory extends AMP.BaseElement {
return;
}
this.fetchLocalizationStrings_(storyLanguages);
Services.performanceFor(this.win)?.addEnabledExperiment(
'story-remote-localization'
);
}

/**
Expand Down