Skip to content

Commit

Permalink
Cleanup not defined open method usage
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Apr 28, 2024
1 parent a768b1a commit 8bf5c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class SerialClient {
connect(socket_, endpoint_iterator);
BOOST_LOG_TRIVIAL(info) << "Connected to server.";
BOOST_LOG_TRIVIAL(info) << "Opening virtual serial port: " << vsp_name;
vsp_.open();
}

void run() {
Expand Down

0 comments on commit 8bf5c76

Please sign in to comment.