mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
removed unneded log message
This commit is contained in:
@@ -115,7 +115,6 @@ static MPLockDaemon *_sharedInstance;
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)_checkIdleTime:(NSTimer *)timer {
|
- (void)_checkIdleTime:(NSTimer *)timer {
|
||||||
NSLog(@"Check Idle");
|
|
||||||
if(timer != self.idleCheckTimer) {
|
if(timer != self.idleCheckTimer) {
|
||||||
return; // Wrong timer?!
|
return; // Wrong timer?!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user