Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12692
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 26, 2023
1 parent 913a3e4 commit 06766d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AP_WS_Connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ namespace OpenWifi {
E.rethrow();
}

ParamsObj->stringify(std::cout);

switch (EventType) {
case uCentralProtocol::Events::ET_CONNECT: {
Process_connect(ParamsObj, Serial);
Expand Down Expand Up @@ -503,6 +501,7 @@ namespace OpenWifi {
} break;

case uCentralProtocol::Events::ET_EVENT: {
ParamsObj->stringify(std::cout);
Process_event(ParamsObj);
} break;

Expand Down

0 comments on commit 06766d2

Please sign in to comment.