From 90ac504440e17eae23e41d3d26c8c5d499af8f5f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 19 Mar 2016 17:55:42 -0400 Subject: [PATCH] removed dead code --- dashboard-ui/scripts/itembynamedetailpage.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index e6929b1d23..ae914b591c 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -29,11 +29,11 @@ } if (item.TrailerCount) { - - sections.push({ - name: Globalize.translate('TabTrailers'), - type: 'Trailer' - }); + // TODO: Can't do this until the items endpoint is converted + // sections.push({ + // name: Globalize.translate('TabTrailers'), + // type: 'Trailer' + // }); } if (item.GameCount) {