Skip to content

Commit

Permalink
remove code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 30, 2023
1 parent 099f1a8 commit 55a8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicetests/tests/JobsExecution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ int main(int argc, char *argv[])
if (cmdData.input_mqtt_version == 5UL)
{
// Disconnect
//if (client5->Stop() == true)
if (client5->Stop() == true)
{
connectionClosedPromise.get_future().wait();
}
Expand Down

0 comments on commit 55a8d73

Please sign in to comment.