Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Aug 9, 2023
1 parent 9ad6948 commit 161ffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NeuropixThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ String NeuropixThread::handleConfigMessage(String msg)
{
int electrode = parts[i].getIntValue();

std::cout << electrode << std::endl;
//std::cout << electrode << std::endl;

if (electrode > 0 && electrode < probe->electrodeMetadata.size() + 1)
electrodes.add(electrode - 1);
Expand Down

0 comments on commit 161ffc5

Please sign in to comment.