Skip to content

Commit 39e08a5

Browse files
committed
removed stale code
1 parent 6a97a63 commit 39e08a5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/mesh/agents/state/TerminalOpsSyncAgent.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -767,16 +767,6 @@ class TerminalOpsSyncAgent extends PeeringAgentBase implements StateSyncAgent {
767767

768768
movement.set(endpoint, {dependencyChain: dependencyChain, secret: secret, timeout: Date.now() + timeout * 1000});
769769
}
770-
771-
772-
/* private removeOpToSend(hash: Hash) {
773-
this.outgoingObjects.delete(hash);
774-
}
775-
776-
private removeOpToReceive(hash: Hash) {
777-
this.incomingObjects.delete(hash);
778-
} */
779-
780770

781771
}
782772

0 commit comments

Comments
 (0)