Change NSLog to FML_DLOG (flutter/engine#16331)

This commit is contained in:
Dan Field 2020-02-03 10:07:59 -08:00 committed by GitHub
parent d1096ab39f
commit 532034e27a

View File

@ -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);
}