Commit c5f574a
committed
fix: Do not print sysinfo if everything is fine
During commands like prepare, build, run, etc. CLI checks the local environment for specified platform. In case there are issues, the full system information should be printed.
However, in case everything is fine, CLI should not print the information. Fix this by removing incorrect line that prints all of the info.1 parent 2d96010 commit c5f574a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
0 commit comments