Skip to content

Commit

Permalink
fetch always means fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 13, 2020
1 parent 8aa8ac4 commit 4ac091a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/amp-list/0.1/amp-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ export class AmpList extends AMP.BaseElement {
if (!elementSrc) {
return Promise.resolve();
}
if (this.isAmpStateSrc_(elementSrc)) {
return this.renderLocalData_(elementSrc);
}

let fetch;
if (this.ssrTemplateHelper_.isEnabled()) {
Expand Down

0 comments on commit 4ac091a

Please sign in to comment.