Skip to content

Commit

Permalink
Removed an extraneous NSLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Apr 1, 2014
1 parent 0e711a8 commit 52ec666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Source/GPUImageRawDataOutput.m
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ - (GLubyte *)rawBytesForImage;
{
glFinish();
_rawBytesForImage = [outputFramebuffer byteBuffer];
NSLog(@"Output framebuffer: %@", outputFramebuffer);
}
else
{
Expand Down

0 comments on commit 52ec666

Please sign in to comment.