Commit d4bba760 by Demid Merzlyakov

Brought back previously removed logs.

parent b49daf0d
...@@ -284,7 +284,7 @@ public class LocationManager { ...@@ -284,7 +284,7 @@ public class LocationManager {
} }
} }
// log.info("Update weather for: \(location); type: \(updateType)") log.info("Update weather for: \(location); type: \(updateType)")
weatherUpdateSource.updateWeather(for: location, type: updateType) { [weak self] (updatedLocation, error) in weatherUpdateSource.updateWeather(for: location, type: updateType) { [weak self] (updatedLocation, error) in
guard let self = self else { return } guard let self = self else { return }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment