Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
singularity-s0 committed Apr 5, 2021
1 parent 57a25b0 commit d1d9c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/page/subpage_main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class _HomeSubpageState extends State<HomeSubpage>
subtitle: Text(S.of(context).tap_to_view),
onTap: () {
main_qr.QR.showQRCode(context, info, _brightness);
main_qr.QR.sendQRtoWatch(info);
},
),
)
Expand Down

0 comments on commit d1d9c1c

Please sign in to comment.