Skip to content

Commit 346f5be

Browse files
committed
fix for timestamp alignment
1 parent a143353 commit 346f5be

File tree

5 files changed

+79
-163
lines changed

5 files changed

+79
-163
lines changed

agent/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,8 +1950,6 @@ ${regression}
19501950
this.instance = instance;
19511951
await this.renderSandbox(instance, headless);
19521952
await this.runLifecycle("provision");
1953-
1954-
console.log("provision run");
19551953
}
19561954
}
19571955

@@ -2072,7 +2070,6 @@ ${regression}
20722070
}
20732071

20742072
async renderSandbox(instance, headless = false) {
2075-
console.log("renderSandbox", instance);
20762073

20772074
if (!headless) {
20782075
let url;

0 commit comments

Comments
 (0)