mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Removed custom service definition logging. (#2961)
Since this functionality will be removed soon, this patch removes the logging in order not to hinder the iOS development experience.
This commit is contained in:
parent
0949efee24
commit
07b59dff2c
@ -103,8 +103,6 @@
|
||||
_services = [[NSMutableDictionary alloc] init];
|
||||
|
||||
[self populateServiceDefinitions];
|
||||
|
||||
LOG(INFO) << _services.count << " custom service definitions registered";
|
||||
}
|
||||
|
||||
return self;
|
||||
@ -126,8 +124,6 @@
|
||||
ofType:@"json"];
|
||||
|
||||
if (definitionsPath.length == 0) {
|
||||
LOG(INFO) << "Could not find the service definitions manifest. No custom "
|
||||
"services will be available.";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user