diff --git a/ghost/admin/app/components/tags/tag-form.js b/ghost/admin/app/components/tags/tag-form.js index c83eb49ead..b08df779c2 100644 --- a/ghost/admin/app/components/tags/tag-form.js +++ b/ghost/admin/app/components/tags/tag-form.js @@ -83,12 +83,6 @@ export default class TagForm extends Component { tagURL += '/'; } - // if (tagURL.length > 70) { - // tagURL = tagURL.substring(0, 70).trim(); - // tagURL = Handlebars.Utils.escapeExpression(tagURL); - // tagURL = htmlSafe(`${tagURL}…`); - // } - return tagURL; }