From be03c25904e864b86c0aa92fcd7cb87f1d7728de Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 27 Aug 2026 13:52:10 +0000 Subject: [PATCH] Remove obsolete P2P composition comment --- src/main.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.ts b/src/main.ts index cb68bd79..4dd779c6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -201,10 +201,6 @@ export default class ObsidianLiveSyncPlugin extends Plugin { ); waitForCompatibilityReview = () => compatibilityReview.openReview(); useReviewHarness(core, this, replicator, compatibilityReview); - // p2pReplicatorResult = useP2PReplicator(core, [ - // VIEW_TYPE_P2P, - // (leaf: any) => new P2PReplicatorPaneView(leaf, core, p2pReplicatorResult!), - // ]); } ); }