Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Feb 9, 2025
1 parent b1ca744 commit 9ab7cbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types/graphs/datagraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ export class DataGraph {
connections: connections,
routingTable: routerNode.routingTable || [], // Ensure routingTable exists
};
console.log(
"ROUTING TABLE ADDED:",
JSON.stringify(routerNode.routingTable, null, 2),
);
} else {
graphNode = {
...nodeData,
Expand Down

0 comments on commit 9ab7cbf

Please sign in to comment.