Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 19, 2024
1 parent ec37b69 commit ea3a23f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class Connection {
}

// update last heard and hops away for the node we received packet from
console.log(`updating last heard for node ${fromNodeId} to ${rxTime}`);
node.lastHeard = rxTime;
node.hopsAway = hopsAway;

Expand All @@ -247,7 +246,6 @@ class Connection {
}

// update node user
console.log(`updating node user ${fromNodeId}`);
node.user = user;

// todo add new nodes if they don't already exist
Expand Down

0 comments on commit ea3a23f

Please sign in to comment.