Skip to content

Commit 8bdf708

Browse files
committed
nit: formatting
1 parent 90c8aec commit 8bdf708

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/open-swe/src/utils/env-setup.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export async function setupEnv(
4242
logger.warn("Failed to upgrade pip, continuing anyway", { upgradePipRes });
4343
}
4444

45-
46-
4745
const requirementsExistRes = await sandbox.process.executeCommand(
4846
"test -f requirements.txt",
4947
absoluteRepoDir,
@@ -88,16 +86,13 @@ export async function setupEnv(
8886
TIMEOUT_SEC,
8987
);
9088

91-
console.log(installLanggraphRes)
9289
if (installLanggraphRes.exitCode !== 0) {
9390
logger.error("Failed to install langgraph", {
9491
installLanggraphRes,
9592
});
9693
return false;
9794
}
9895

99-
100-
10196
logger.info("Environment setup completed successfully");
10297
return true;
10398
}

0 commit comments

Comments
 (0)