mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
remove unused debug code
This commit is contained in:
parent
6d01a37418
commit
0e30339615
1 changed files with 0 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue