We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969ef4 commit 6f686b2Copy full SHA for 6f686b2
MagicTimer/Classes/MagicTimer.swift
@@ -112,7 +112,6 @@ public class MagicTimer: MGLogable {
112
}
113
114
private func countUp() {
115
- log(message: "Count mode is \(countMode)")
116
117
container.executive.observeValue = {
118
self.container.counter.add()
@@ -121,7 +120,6 @@ public class MagicTimer: MGLogable {
121
120
122
123
private func countDown(fromSeconds: TimeInterval) {
124
125
// Checking if defaultValue plus fromSeconds not going to invalid format(negative seconds).
126
guard (defultValue + fromSeconds).truncatingRemainder(dividingBy: effectiveValue ) == 0 else {
127
fatalError("The time does not leading to valid format. Use valid effetiveValue")
0 commit comments