Skip to content

Commit

Permalink
Turning off logging that I accidentally left on in the last build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gallagher authored and Matt Gallagher committed Oct 27, 2009
1 parent 55ac9f2 commit b2517f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/AudioStreamer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <pthread.h>
#include <AudioToolbox/AudioToolbox.h>

#define LOG_QUEUED_BUFFERS 1
#define LOG_QUEUED_BUFFERS 0

#define kNumAQBufs 16 // Number of audio queue buffers we allocate.
// Needs to be big enough to keep audio pipeline
Expand Down

0 comments on commit b2517f5

Please sign in to comment.