We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610b034 commit 32b6872Copy full SHA for 32b6872
testng/src/main/java/net/autobox/tools/JSErrorsCollectorListener.java
@@ -80,8 +80,6 @@ private boolean isAssertJSErrorsEnabled(IInvokedMethod method) {
80
}
81
82
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));
85
return method.getTestMethod().getConstructorOrMethod().getMethod().getAnnotation(
86
JSErrorsCollectorTestNG.class).logJSErrors();
87
0 commit comments