We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7afa5e commit dbeca1dCopy full SHA for dbeca1d
plugin/platforms/ios/src/GestureHandlerManager.m
@@ -54,7 +54,6 @@ - (GestureHandler*)createGestureHandler:(NSString *)handlerName
54
});
55
56
Class nodeClass = map[handlerName];
57
- NSLog(@"Gesture handler test %@ %@", handlerName, map);
58
if (!nodeClass) {
59
NSLog(@"Gesture handler type %@ is not supported", handlerName);
60
return nil;
0 commit comments