Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit d68c0f4

Browse files
authored
chore: remove console.log from static type (#368)
1 parent c3c9e62 commit d68c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class QRCodeScanner extends Component {
5757
};
5858

5959
static defaultProps = {
60-
onRead: () => console.log('QR code scanned!'),
60+
onRead: () => null,
6161
reactivate: false,
6262
vibrate: true,
6363
reactivateTimeout: 0,

0 commit comments

Comments
 (0)