Disable debug code in JASAramStream

This commit is contained in:
PJB3005
2026-03-14 16:44:04 +01:00
parent c962c167b7
commit e86aebfcd8
@@ -442,10 +442,12 @@ void JASAramStream::updateChannel(u32 i_callbackType, JASChannel* i_channel,
case JASChannel::CB_PLAY:
if (i_dspChannel->mResetFlag == 0) {
if (i_channel == mPrimaryChannel) {
/*
if (JASAudioThread::snIntCount == 1) {
OSReportForceEnableOn();
OSReport("mSamplesLeft: %08d, mAramStreamPosition: %08d\n", i_dspChannel->mSamplesLeft, i_dspChannel->mAramStreamPosition);
}
*/
mChannelUpdateFlags = 0;
u32 adjustedSamplesLeft = i_dspChannel->mSamplesLeft + i_dspChannel->mSamplesPerBlock;