diff --git a/first-class-pipeline/src/com/freeleaps/devops/SourceFetcher.groovy b/first-class-pipeline/src/com/freeleaps/devops/SourceFetcher.groovy index a0f2f37a..f9c865a0 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/SourceFetcher.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/SourceFetcher.groovy @@ -8,7 +8,6 @@ class SourceFetcher { } def fetch(configurations) { - echo configurations if (configurations.serviceGitRepo == null || configurations.serviceGitRepo.isEmpty()) { steps.error("serviceGitRepo is required") }