0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Cleaned up commented code

refs. 11d3b1850e

- some commented code were accidentally left in the commit above
This commit is contained in:
Peter Zimon 2023-03-29 19:13:26 +02:00
parent 11d3b1850e
commit ac1b013c80

View file

@ -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;
}