Skip to content

Commit

Permalink
Remove extraneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Dec 2, 2024
1 parent 0c2f888 commit b101f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Zotero/Controllers/IdleTimerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ final class IdleTimerController {
func resetCustomTimer() {
inMainThread { [weak self] in
guard let activeTimer = self?.activeTimer else { return }
DDLogInfo("IdleTimerController: reset idle timer")
activeTimer.suspend()
activeTimer.schedule(deadline: .now() + Self.customIdleTimerTimeout)
activeTimer.resume()
Expand Down

0 comments on commit b101f30

Please sign in to comment.