Skip to content

Commit

Permalink
Fix JENKINS-21672 - Removed dummy debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff MAURY committed Aug 6, 2014
1 parent 9c57b9d commit 21e066a
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -184,7 +184,6 @@ public ExtendedEmailPublisher(String project_recipient_list, String project_cont
this.saveOutput = project_save_output;
this.configuredTriggers = project_triggers;
this.matrixTriggerMode = matrixTriggerMode;
System.out.println("Deprecated const called");
}

@DataBoundConstructor
Expand All @@ -207,11 +206,9 @@ public ExtendedEmailPublisher(String project_recipient_list, String project_cont
this.matrixTriggerMode = matrixTriggerMode;
this.disabled = project_disabled;
this.classpath = classpath;
System.out.println("Const called");
}

public ExtendedEmailPublisher() {
System.out.println("Empty const called");
}

/**
Expand Down

0 comments on commit 21e066a

Please sign in to comment.