mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
no log
This commit is contained in:
parent
57ec2b5cc1
commit
6a212e7a7e
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ class MicronParser {
|
|||
// `[Liam`lxmf@7b746057a7294469799cd8d7d429676a]
|
||||
line = line.replaceAll(/`\[(.*?)\]/g, function(match, linkContent) {
|
||||
const linkParts = linkContent.split("`");
|
||||
console.log(linkParts);
|
||||
if(linkParts.length === 1){
|
||||
const url = linkParts[0];
|
||||
const formattedUrl = MicronParser.formatNomadnetworkUrl(url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue