Skip to content

Commit ee10b45

Browse files
committed
rm log
1 parent 895c5d4 commit ee10b45

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/app/home/_widgets/wind_card.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ class _WindCardState extends State<WindCard>
111111
);
112112

113113
_compassSubscription = compass.events?.listen((event) {
114-
TalkerManager.instance.debug(
115-
'WindCard: compass event, heading=${event.heading}',
116-
);
117114
if (event.heading != null && mounted) {
118115
setState(() {
119116
_deviceHeading = event.heading!;

0 commit comments

Comments
 (0)