Skip to content

Commit 621ff39

Browse files
committed
Remove test log
1 parent 1c126a9 commit 621ff39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/testcontainers/src/wait-strategies/log-wait-strategy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export class LogWaitStrategy extends AbstractWaitStrategy {
3131

3232
let matches = 0;
3333
for await (const chunk of stream) {
34-
console.log(chunk)
3534
if (this.matches(chunk)) {
3635
if (++matches === this.times) {
3736
return log.debug(`Log wait strategy complete`, { containerId: container.id });

0 commit comments

Comments
 (0)