Clean up some logging

This commit is contained in:
Eryn Wells 2018-11-20 16:22:43 -07:00
parent a02726404c
commit f28e6e08df
2 changed files with 5 additions and 2 deletions

View file

@ -72,7 +72,6 @@ class GameViewController: NSViewController {
if let progress = renderer.scheduleAlgorithmIteration() {
progressIndicator.isHidden = false
progressObservation = progress.observe(\.fractionCompleted) { [weak self] (progress: Progress, change: NSKeyValueObservedChange<Double>) in
print("Observing progress change: \(progress.fractionCompleted)")
DispatchQueue.main.async {
guard let strongSelf = self else {
return