Skip to content

Commit 5ddb780

Browse files
authored
Update ganglion_native.cpp
1 parent e811496 commit 5ddb780

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/board_controller/openbci/ganglion_native.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ int GanglionNative::prepare_session ()
160160

161161
if ((res == (int)BrainFlowExitCodes::STATUS_OK) && (num_chars_found == 2))
162162
{
163-
safe_logger (
164-
spdlog::level::warn, "res is: {}, num characteristics found: {}", res, num_chars_found);
165163
initialized = true;
166164
}
167165
else

0 commit comments

Comments
 (0)