1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Merge pull request #50 from marcusholl/pr/doNotPrintTheCallstack

remove printing the callstack
This commit is contained in:
Sven Merk 2018-01-16 10:01:54 +01:00 committed by GitHub
commit 7a9ac488e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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