Skip to content

Commit

Permalink
Remove debug windows header
Browse files Browse the repository at this point in the history
  • Loading branch information
aacuevas committed Jul 15, 2015
1 parent e10e592 commit 1a576f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Builds/VisualStudio2013/open-ephys.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Source/Processors/DataThreads/RHD2000Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ bool RHD2000Thread::updateBuffer()
int numStreams = enabledStreams.size();
int nSamps = Rhd2000DataBlock::getSamplesPerDataBlock(evalBoard->isUSB3());

evalBoard->printFIFOmetrics();
//evalBoard->printFIFOmetrics();
for (int samp = 0; samp < nSamps; samp++)
{
int channel = -1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "rhd2000datablock.h"

#include "okFrontPanelDLL.h"
#include <Windows.h>

using namespace std;

Expand Down

0 comments on commit 1a576f5

Please sign in to comment.