forked from loafle/openapi-generator-original
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…
x
Reference in New Issue
Block a user