Removed the unnecessary pringln
This commit is contained in:
@@ -61,7 +61,6 @@ run {
|
||||
}
|
||||
|
||||
List parseArguments() {
|
||||
println "Trying to parse the project arguments"
|
||||
List arguments = []
|
||||
appendToListIfNotNull(stubRepositoryRoot, '-sr', arguments)
|
||||
appendToListIfNotNull(stubsSuffix, '-ss', arguments)
|
||||
|
||||
Reference in New Issue
Block a user