mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
df65c5b83e
commit
edc0f987d0
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
|
||||
if (true ZXAV(&& self.session.running)) {
|
||||
NSLog(@"stop running");
|
||||
// NSLog(@"stop running");
|
||||
[self.session stopRunning];
|
||||
} else {
|
||||
// NSLog(@"already stopped");
|
||||
|
@ -201,7 +201,7 @@
|
|||
abort();
|
||||
}
|
||||
|
||||
NSLog(@"start running");
|
||||
// NSLog(@"start running");
|
||||
[self.session startRunning];
|
||||
}
|
||||
running = true;
|
||||
|
|
Loading…
Reference in a new issue