And now it should even compile again! Sorry about that, forgot to

remove the debug output completely.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25767 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-06-02 18:50:42 +00:00
parent 3c1baac2ac
commit 2ebec00b97
@@ -92,7 +92,6 @@ ProxyAudioSupplier::GetFrames(void* buffer, int64 frameCount,
if (intervalStartTime == interval->end_time) {
delete interval;
error = B_ERROR;
sLastInvalidStartTime = intervalStartTime;
ERROR("GetFrames() - zero duration audio interval! start "
"time: %lld\n", intervalStartTime);
break;