summaryrefslogtreecommitdiff
path: root/orkaudio/CapturePort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/CapturePort.cpp')
-rw-r--r--orkaudio/CapturePort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/CapturePort.cpp b/orkaudio/CapturePort.cpp
index 14e0e8a..261b1d5 100644
--- a/orkaudio/CapturePort.cpp
+++ b/orkaudio/CapturePort.cpp
@@ -187,7 +187,7 @@ void CapturePort::AddCaptureEvent(CaptureEventRef eventRef)
// Notify immediate processing that tape has stopped
ImmediateProcessing::GetInstance()->AddAudioTape(m_audioTapeRef);
// Reporting needs to send a stop message
- Reporting::GetInstance()->AddAudioTape(audioTapeRef);
+ // Reporting::GetInstance()->AddAudioTape(audioTapeRef);
}
else
{