Skip to content

Commit 4583e61

Browse files
committed
Remove debug info
1 parent f64ad79 commit 4583e61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/installer/stages/platformio-core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ export default class PlatformIOCoreStage extends BaseStage {
262262
try {
263263
await this.createVirtualenvWithLocal(pythonExecutable);
264264
} catch (err) {
265-
misc.reportError(err);
266265
console.warn(err);
267266
try {
268267
await this.createVirtualenvWithDownload(pythonExecutable);

0 commit comments

Comments
 (0)