We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ef4eb commit b287838Copy full SHA for b287838
apps/smart-forms-app/src/test/testUtils.ts
@@ -455,7 +455,6 @@ export async function invokeExtract(
455
if (!lastCall) {
456
throw new Error('Expected onExtractResult to be called');
457
}
458
- console.log('lastCall', lastCall[0]);
459
460
return getExtractResultBundle(lastCall[0]);
461
0 commit comments