mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
removed println
This commit is contained in:
parent
5afd4b260a
commit
f5a69a5a3b
@ -32,7 +32,6 @@ object ApiExtractor {
|
||||
for (api <- apis) yield {
|
||||
val json = basePath.startsWith("http") match {
|
||||
case true => {
|
||||
println("api.path: " + api.path)
|
||||
println("calling: " + ((basePath + api.path + apiKey.getOrElse("")).replaceAll(".\\{format\\}", ".json")))
|
||||
Source.fromURL((basePath + api.path + apiKey.getOrElse("")).replaceAll(".\\{format\\}", ".json")).mkString
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user