Skip to content

Commit 8ecc8b5

Browse files
committed
fix it
1 parent 5d00e57 commit 8ecc8b5

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/node-integration-tests/utils

1 file changed

+0
-2
lines changed

dev-packages/node-integration-tests/utils/runner.ts

-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ export function createRunner(...paths: string[]) {
309309
? runDockerCompose(dockerOptions)
310310
: Promise.resolve(undefined);
311311

312-
log('before start');
313-
314312
const startup = Promise.all([dockerStartup, serverStartup]) as Promise<[DockerStartup, ServerStartup]>;
315313

316314
startup

0 commit comments

Comments
 (0)