chore: remove debug
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
kieran 2024-04-12 18:31:06 +01:00
parent e5c8634c59
commit 3c3e35ad4f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -336,8 +336,5 @@ export function transformText(body: string, tags: Array<Array<string>>) {
}
}
}
if (frags.some(a => a.type === "hashtag")) {
console.debug(frags);
}
return frags;
}