comment out some debugging logging

git-svn-id: https://zxing.googlecode.com/svn/trunk@1796 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2011-05-22 16:38:46 +00:00
parent df65c5b83e
commit edc0f987d0

View file

@ -145,7 +145,7 @@
} }
if (true ZXAV(&& self.session.running)) { if (true ZXAV(&& self.session.running)) {
NSLog(@"stop running"); // NSLog(@"stop running");
[self.session stopRunning]; [self.session stopRunning];
} else { } else {
// NSLog(@"already stopped"); // NSLog(@"already stopped");
@ -201,7 +201,7 @@
abort(); abort();
} }
NSLog(@"start running"); // NSLog(@"start running");
[self.session startRunning]; [self.session startRunning];
} }
running = true; running = true;