mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 08:30:07 +00:00
chore: remove console.log statements
This commit is contained in:
@@ -108,7 +108,7 @@ export class WebJobExecutor extends BaseJobExecutor {
|
|||||||
'Valid JSON could not be extracted from response.'
|
'Valid JSON could not be extracted from response.'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
console.log('WebJobExecutor')
|
|
||||||
isValidJson(jsonResponse)
|
isValidJson(jsonResponse)
|
||||||
this.appendRequest(res, sasJob, config.debug)
|
this.appendRequest(res, sasJob, config.debug)
|
||||||
resolve(res.result)
|
resolve(res.result)
|
||||||
|
|||||||
@@ -425,7 +425,7 @@ export class RequestClient implements HttpClient {
|
|||||||
if (weboutResponse === '') {
|
if (weboutResponse === '') {
|
||||||
throw new Error('Valid JSON could not be extracted from response.')
|
throw new Error('Valid JSON could not be extracted from response.')
|
||||||
}
|
}
|
||||||
console.log('RequestClient')
|
|
||||||
isValidJson(weboutResponse)
|
isValidJson(weboutResponse)
|
||||||
parsedResponse = JSON.parse(weboutResponse)
|
parsedResponse = JSON.parse(weboutResponse)
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user