We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d96010 + c5f574a commit 6ade8baCopy full SHA for 6ade8ba
lib/services/doctor-service.ts
@@ -71,7 +71,6 @@ class DoctorService implements IDoctorService {
71
72
public async canExecuteLocalBuild(platform?: string): Promise<boolean> {
73
const infos = await doctor.getInfos({ platform });
74
- this.printInfosCore(infos);
75
76
const warnings = this.filterInfosByType(infos, constants.WARNING_TYPE_NAME);
77
if (warnings.length > 0) {
0 commit comments