Skip to content

Commit b287838

Browse files
committed
Remove console log
1 parent f0ef4eb commit b287838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/smart-forms-app/src/test/testUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ export async function invokeExtract(
455455
if (!lastCall) {
456456
throw new Error('Expected onExtractResult to be called');
457457
}
458-
console.log('lastCall', lastCall[0]);
459458

460459
return getExtractResultBundle(lastCall[0]);
461460
}

0 commit comments

Comments
 (0)