removed a line that would cause demo to crash - whoops
This commit is contained in:
Родитель
377a618d9a
Коммит
dd0f21de63
|
@ -374,8 +374,7 @@ publishWebService <- function(functionName, serviceName, inputSchema, outputSche
|
|||
# convert the payload to JSON as expected by API
|
||||
# TODO: consolidate json packages, i.e. use only one if possible
|
||||
body = RJSONIO::toJSON(req)
|
||||
print(body)
|
||||
|
||||
|
||||
# Response gatherer
|
||||
h = RCurl::basicTextGatherer()
|
||||
h$reset()
|
||||
|
|
Загрузка…
Ссылка в новой задаче