Skip to content

Commit dbeca1d

Browse files
committed
fix: cleanup logs
1 parent d7afa5e commit dbeca1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/platforms/ios/src/GestureHandlerManager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ - (GestureHandler*)createGestureHandler:(NSString *)handlerName
5454
});
5555

5656
Class nodeClass = map[handlerName];
57-
NSLog(@"Gesture handler test %@ %@", handlerName, map);
5857
if (!nodeClass) {
5958
NSLog(@"Gesture handler type %@ is not supported", handlerName);
6059
return nil;

0 commit comments

Comments
 (0)