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:
Dragoș Tiselice 2016-08-22 14:00:23 -07:00 committed by GitHub
parent 0949efee24
commit 07b59dff2c

View File

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