diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html
index 3fe5aa930..2cc7a7b73 100644
--- a/dashboard-ui/itemdetails.html
+++ b/dashboard-ui/itemdetails.html
@@ -159,7 +159,6 @@
-
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js
index 42a88c34f..2e3aaef50 100644
--- a/dashboard-ui/scripts/Itemdetailpage.js
+++ b/dashboard-ui/scripts/Itemdetailpage.js
@@ -265,12 +265,6 @@
} else {
detailsSection.removeClass('hide');
}
-
- if (item.Path) {
- $('.itemPath', page).show().html('Path: ' + '' + item.Path + '');
- } else {
- $('.itemPath', page).hide();
- }
}
function getArtistLinksHtml(artists) {