Remove obsolete P2P composition comment

This commit is contained in:
vorotamoroz
2026-08-27 13:52:10 +00:00
parent 7cf4ec49ed
commit be03c25904
-4
View File
@@ -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!),
// ]);
}
);
}