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 d781a3b commit 89bbd40Copy full SHA for 89bbd40
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
@@ -687,9 +687,6 @@ private CpsScript parseScript() throws IOException {
687
msg += "; please refactor to simplify code structure and/or move logic to a Jenkins Shared Library: ";
688
msg += mtlEx.getMessage();
689
690
- // Make a note in server log
691
- LOGGER.log(Level.SEVERE, msg);
692
-
693
if (ecCount > 1) {
694
// Not squashing with explicit MethodTooLargeException
695
// re-thrown below, in this codepath we have other errors.
0 commit comments