1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

remove printing the callstack

I guess nobody is interested in the callstack printed into the log
during the tests.
This commit is contained in:
Marcus Holl 2018-01-15 15:21:48 +01:00
parent fe89155a04
commit a794e9270b

View File

@ -44,7 +44,6 @@ class JenkinsSetupRule implements TestRule {
base.evaluate()
testInstance.printCallStack()
}
}
}