mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change NSLog to FML_DLOG (flutter/engine#16331)
This commit is contained in:
parent
d1096ab39f
commit
532034e27a
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user