diff --git a/engine/src/flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm b/engine/src/flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm index 8ead075c9ac..402534b6629 100644 --- a/engine/src/flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm +++ b/engine/src/flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm @@ -113,7 +113,6 @@ static NSString* const kMultilineInputType = @"TextInputType.multiline"; [self updateEditState]; } else { handled = NO; - NSLog(@"Unhandled text input method '%@'", method); } result(handled ? nil : FlutterMethodNotImplemented); }