Skip to content

Commit 68191a3

Browse files
committed
Just use print instead of os_log
1 parent b270ce6 commit 68191a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RotatingWheelController/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension ViewController : SMRotaryProtocol {
2727
}
2828

2929
func wheelDidChangeValue(to: Int) {
30-
os_log(OSLogType.default, "%d", to);
30+
print("\(to)")
3131
}
3232
}
3333

0 commit comments

Comments
 (0)