Skip to content

Commit 0d91175

Browse files
committed
remove sysout
1 parent 932df0f commit 0d91175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public void randomUUID() throws Exception {
102102
final WebDriver driver = loadPage2(html);
103103
final String title = driver.getTitle();
104104

105-
System.out.println(title);
106105
assertTrue(title, title.matches(getExpectedAlerts()[0]));
107106
}
108107

0 commit comments

Comments
 (0)