diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-12-31 07:29:40 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-12-31 07:29:40 -0400 |
| commit | 0e15b509d725dc0ab16f9b7bad050bacb1ec9bf2 (patch) | |
| tree | a3cba245c9fcbbd0a007e3713a9971172da85918 /src/content/dependencies/generateTrackInfoPage.js | |
| parent | 8749691c4242b6da831ed30540a12708fb7d655f (diff) | |
content, data: drop previous productions feature preview
Diffstat (limited to 'src/content/dependencies/generateTrackInfoPage.js')
| -rw-r--r-- | src/content/dependencies/generateTrackInfoPage.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/content/dependencies/generateTrackInfoPage.js b/src/content/dependencies/generateTrackInfoPage.js index d3c2d766..0937c42c 100644 --- a/src/content/dependencies/generateTrackInfoPage.js +++ b/src/content/dependencies/generateTrackInfoPage.js @@ -83,9 +83,6 @@ export default { otherReleasesLine: relation('generateTrackInfoPageOtherReleasesLine', track), - previousProductionLine: - relation('generateTrackInfoPagePreviousProductionLine', track), - contributorContributionList: relation('generateContributionList', track.contributorContribs), @@ -234,9 +231,6 @@ export default { html.tag('p', {[html.onlyIfContent]: true}, relations.otherReleasesLine), - html.tag('p', {[html.onlyIfContent]: true}, - relations.previousProductionLine), - html.tags([ relations.contentHeading.clone() .slots({ |