提交 07b59dff 编写于 作者: D Dragoș Tiselice 提交者: GitHub

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.
上级 0949efee
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册