remove unused debug code

This commit is contained in:
maxpozdeev 2022-08-08 01:12:43 +03:00
parent 6d01a37418
commit 0e30339615

View file

@ -38,7 +38,6 @@ class MTTCommonmarkWrapper implements MTTMarkdownInterface
return null;
}
$mention->setUrl(\sprintf(get_mttinfo('url'). "?task=%d", $mention->getIdentifier()));
$mention->data->append('attributes/class', 'test-class');
if (!$this->toExternal) {
$mention->data->append('attributes/class', 'mtt-link-to-task');
$mention->data->append('attributes/data-target-id', $attrs['target-id'] = $mention->getIdentifier());