From 0d210edb8686cd7d63199160ddbd3b04c7768ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 8 Sep 2025 16:26:00 +0200 Subject: [PATCH] clean --- tools/modern-tests/assertions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/modern-tests/assertions.js b/tools/modern-tests/assertions.js index 5fe8813962..cf31f15aaa 100644 --- a/tools/modern-tests/assertions.js +++ b/tools/modern-tests/assertions.js @@ -167,7 +167,6 @@ export async function assertConsoleEval(code, expectedResult, options = {}) { try { // Evaluate the code in the browser context const result = await page.evaluate(code); - console.log("--> (assertions.js-Line: 170)\n result: ", result); if (exactMatch) { // Check for exact match