From 239a94cee8ad7d99f5232ec356323e742c685759 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Wed, 17 Nov 2021 14:01:31 -0800 Subject: [PATCH] remove debug log --- test/automation/src/code.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/automation/src/code.ts b/test/automation/src/code.ts index 4357b5aef99..8deb024b4ae 100644 --- a/test/automation/src/code.ts +++ b/test/automation/src/code.ts @@ -232,7 +232,6 @@ async function poll( let result; try { result = await fn(); - console.log('DEBUG: poll result', result); if (acceptFn(result)) { return result; } else {