Skip to content

Commit

Permalink
Cleanup log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Apr 28, 2024
1 parent 6f5f281 commit c5578c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ class SerialClient {
int main(int argc, char* argv[]) {
init_logging();

// Process command line arguments before accessing any files
if (argc > 1 && std::string(argv[1]) == "--help") {
std::cout << "Usage: ..." << std::endl;
return 0;
}

try {
options_description desc{"Options"};
desc.add_options()
Expand Down

0 comments on commit c5578c3

Please sign in to comment.