removed unneded log message

This commit is contained in:
Michael Starke
2018-06-28 14:19:13 +02:00
parent 7e1b059e62
commit 38a3e416b6

View File

@@ -115,7 +115,6 @@ static MPLockDaemon *_sharedInstance;
}
- (void)_checkIdleTime:(NSTimer *)timer {
NSLog(@"Check Idle");
if(timer != self.idleCheckTimer) {
return; // Wrong timer?!
}