diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 21724e72fd..c097485494 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -119,10 +119,6 @@ html += " " + plugin.totalRatings + " Reviews"; html += ""; - if (plugin.isPremium && plugin.isRegistered) { - html += " ®"; - } - html += ""; html += "";