Skip to content

Commit

Permalink
Update ganglion_native.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1994 authored Nov 4, 2022
1 parent e811496 commit 5ddb780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/board_controller/openbci/ganglion_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ int GanglionNative::prepare_session ()

if ((res == (int)BrainFlowExitCodes::STATUS_OK) && (num_chars_found == 2))
{
safe_logger (
spdlog::level::warn, "res is: {}, num characteristics found: {}", res, num_chars_found);
initialized = true;
}
else
Expand Down

0 comments on commit 5ddb780

Please sign in to comment.