Changeset 1976

Show
Ignore:
Timestamp:
04/08/11 08:39:07 (13 years ago)
Author:
adi
Message:

Remove just another leftover printf statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp

    r1975 r1976  
    445445                // because only the 1X slot is put into the ringbuffer 
    446446                if(unlikely(IEC61883_AM824_HAS_LABEL(sample_int, IEC61883_AM824_LABEL_MIDI_1X))) { 
    447                     printf ("found 1x midi\n"); 
    448447                    sample_int=(sample_int >> 16) & 0x000000FF; 
    449448                    sample_int |= 0x01000000; // flag that there is a midi event present