Skip to content

Commit

Permalink
Merge pull request #70 from DRSchlaubi/patch-1
Browse files Browse the repository at this point in the history
Remove print statement
  • Loading branch information
matteocrippa authored Jan 10, 2020
2 parents fda474f + d80fd99 commit b496fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/flutter_nfc_reader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class FlutterNfcReader {

static Stream<NfcData> onTagDiscovered({String instruction}) {
if (Platform.isIOS) {
print("HI");
_callRead(instruction: instruction);
}
return stream.receiveBroadcastStream().map((rawNfcData) {
Expand Down

0 comments on commit b496fd6

Please sign in to comment.