diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-13 18:51:00 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-13 18:51:00 -0400 |
| commit | 4ae96e48dbc3ce0711cc065749c5a066b6dbd0bb (patch) | |
| tree | 64a71a1df135b1bc015c719d3ea14846b76df7d2 /packages | |
| parent | Merge remote-tracking branch 'origin/merge/2025-03-24-dakkar' into merge/2025... (diff) | |
| download | sharkey-4ae96e48dbc3ce0711cc065749c5a066b6dbd0bb.tar.gz sharkey-4ae96e48dbc3ce0711cc065749c5a066b6dbd0bb.tar.bz2 sharkey-4ae96e48dbc3ce0711cc065749c5a066b6dbd0bb.zip | |
remove unnecessary comment
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/backend/src/core/MfmService.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/backend/src/core/MfmService.ts b/packages/backend/src/core/MfmService.ts index e51341ba0a..0ef52ee1a6 100644 --- a/packages/backend/src/core/MfmService.ts +++ b/packages/backend/src/core/MfmService.ts @@ -576,7 +576,6 @@ export class MfmService { appendChildren(nodes, body); - // Remove the unnecessary namespace const serialized = body.outerHTML; happyDOM.close().catch(err => {}); |