This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch feature/coffeescript-to-typescript in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 93675eb3de5fe9067ff937c19ccc4f99168e8545 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Jun 8 16:19:44 2025 -0300 Revert "More test logging (attempt 6)" This reverts commit d9e150c4fbd7edf72b03ef4e90bbebfb6a9fd5ab. --- .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java index be6be27e4..9a8acc2cb 100644 --- a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java +++ b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java @@ -234,7 +234,6 @@ public abstract class SeleniumTestCase extends Assert implements Selenium } else { - LOGGER.info("Using code-defined Firefox profile: {}", ffProfileTemplate); FirefoxProfile profile = new FirefoxProfile(); options.setProfile(profile); profile.setPreference("intl.accept_languages", "en,fr,de"); @@ -1452,9 +1451,6 @@ public abstract class SeleniumTestCase extends Assert implements Selenium catch (RuntimeException e) { LOGGER.error("Exception happened: " + e.getMessage()); LOGGER.error("User agent: " + getEval("navigator.userAgent")); - LOGGER.error("-------- HTML"); - LOGGER.error(getHtmlSource()); - LOGGER.error("--------------"); throw e; }