Skip to content

Commit 4c6c2b4

Browse files
authored
Merge branch 'master' into dev/v-peq/fix-shell-injection-macos-terminate
2 parents 8aef754 + e93fe96 commit 4c6c2b4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/extension/commands/runEasBuild.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export class runEasBuild extends ReactNativeCommand {
1414
label = "Run EAS Build";
1515
error = ErrorHelper.getInternalError(InternalErrorCode.FailedToRunEasBuild);
1616
async baseFn(): Promise<void> {
17-
console.log("this.project:", this.project);
18-
1917
assert(this.project);
2018
const packager = await this.project.getPackager();
2119
const projectRootPath = await packager.getProjectPath();

0 commit comments

Comments
 (0)