Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown committed Nov 22, 2024
1 parent 04ca27b commit df84229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/nodeSerialConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class NodeSerialConnection extends MeshDevice {
console.error("Heartbeat error", err);
});
}, 60 * 1000);

} else {
console.log("not readable or writable");
}
Expand Down

0 comments on commit df84229

Please sign in to comment.