Skip to content

Commit b37c1af

Browse files
committed
remove console.log
1 parent 050211d commit b37c1af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native-renderer/src/ReactNativeBridgeEventPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ const ReactNativeBridgeEventPlugin = {
199199
const bubbleDispatchConfig = customBubblingEventTypes[topLevelType];
200200
const directDispatchConfig = customDirectEventTypes[topLevelType];
201201
let customEventConfig = null;
202-
console.log('what is CustomEvent?', CustomEvent);
203202
if (nativeEvent instanceof CustomEvent) {
204203
// $FlowFixMe
205204
if (topLevelType.indexOf('on') !== 0) {

0 commit comments

Comments
 (0)