Skip to content

Commit 32b6872

Browse files
author
AutomatedOwl
committed
Removed debugging output call.
1 parent 610b034 commit 32b6872

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testng/src/main/java/net/autobox/tools/JSErrorsCollectorListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ private boolean isAssertJSErrorsEnabled(IInvokedMethod method) {
8080
}
8181

8282
private boolean isJSErrorsLogEnabled(IInvokedMethod method) {
83-
System.out.println(method.getTestMethod().getConstructorOrMethod().getMethod().getName());
84-
System.out.println(method.getTestMethod().getConstructorOrMethod().getMethod().getAnnotation(JSErrorsCollectorTestNG.class));
8583
return method.getTestMethod().getConstructorOrMethod().getMethod().getAnnotation(
8684
JSErrorsCollectorTestNG.class).logJSErrors();
8785
}

0 commit comments

Comments
 (0)