Skip to content

Commit d281584

Browse files
committed
Update LocationManagerAsync.swift
1 parent fcc218c commit d281584

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/d3-async-location/LocationManagerAsync.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ public final class LocationManagerAsync: NSObject, CLLocationManagerDelegate, IL
8686
public func stop(){
8787
stream = nil
8888
manager.stopUpdatingLocation()
89+
#if DEBUG
90+
print("stop updating")
91+
#endif
8992
}
9093

9194
// MARK: - Private

0 commit comments

Comments
 (0)