Skip to content

Commit 6ade8ba

Browse files
Merge pull request #3460 from NativeScript/vladimirov/doctor-print-success
fix: Do not print sysinfo if everything is fine
2 parents 2d96010 + c5f574a commit 6ade8ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/doctor-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class DoctorService implements IDoctorService {
7171

7272
public async canExecuteLocalBuild(platform?: string): Promise<boolean> {
7373
const infos = await doctor.getInfos({ platform });
74-
this.printInfosCore(infos);
7574

7675
const warnings = this.filterInfosByType(infos, constants.WARNING_TYPE_NAME);
7776
if (warnings.length > 0) {

0 commit comments

Comments
 (0)