Skip to content

Commit 5d20155

Browse files
committed
Fix bug in wait-cmd.ts
1 parent 7b795d7 commit 5d20155

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/wait-cmd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export async function handler (args: ArgumentsCamelCase) {
6767
console.log(`${serviceName} is in ${state}${errMsg ? ", error: '" + errMsg + "'" : ""}`);
6868
}
6969
}
70-
console.log(servicesUpdating);
7170
} while (!timedout && !bail);
7271

7372
if (timedout) {

0 commit comments

Comments
 (0)