Skip to content

Commit e0d0403

Browse files
committed
remove spurious console.log usage
1 parent 85a2e64 commit e0d0403

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/test/src/test-integration-split-three.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ test(
156156
await worker.runUntil(handle.result());
157157
let firstChild = true;
158158
const history = await handle.fetchHistory();
159-
console.log('events');
160159
for (const event of history?.events ?? []) {
161160
switch (event.eventType) {
162161
case temporal.api.enums.v1.EventType.EVENT_TYPE_WORKFLOW_EXECUTION_STARTED:
@@ -184,7 +183,6 @@ test('workflow start without priorities sees undefined for the key', configMacro
184183
const { env, createWorkerWithDefaults } = config;
185184
const { startWorkflow } = configurableHelpers(t, t.context.workflowBundle, env);
186185
const worker = await createWorkerWithDefaults(t, { activities });
187-
console.log('STARTING WORKFLOW');
188186

189187
const handle1 = await startWorkflow(workflows.priorityWorkflow, {
190188
args: [true, undefined],

0 commit comments

Comments
 (0)