We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895c5d4 commit ee10b45Copy full SHA for ee10b45
1 file changed
lib/app/home/_widgets/wind_card.dart
@@ -111,9 +111,6 @@ class _WindCardState extends State<WindCard>
111
);
112
113
_compassSubscription = compass.events?.listen((event) {
114
- TalkerManager.instance.debug(
115
- 'WindCard: compass event, heading=${event.heading}',
116
- );
117
if (event.heading != null && mounted) {
118
setState(() {
119
_deviceHeading = event.heading!;
0 commit comments