Removed debugging message.

CQTexperiment
vspader 2007-03-04 00:33:41 +00:00
parent 6f8d1b8e99
commit 4b3f31b51a
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ int parse_headers(struct xing *xing, struct lame *lame, struct mad_bitptr ptr, u
if ([_source seekable]) {
return [self scanFileFast:YES useXing:YES];
}
NSLog(@"NOT SCANNING FILE!!!");
return YES;
}