From 0e303396157fbb5ad53ea5bbe4ac573f94e8dd5d Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 8 Aug 2022 01:12:43 +0300 Subject: [PATCH] remove unused debug code --- src/includes/markup.commonmark.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/includes/markup.commonmark.php b/src/includes/markup.commonmark.php index ae1c7fc..ea60224 100644 --- a/src/includes/markup.commonmark.php +++ b/src/includes/markup.commonmark.php @@ -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());