mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +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.'
|
||||
)
|
||||
}
|
||||
console.log('WebJobExecutor')
|
||||
|
||||
isValidJson(jsonResponse)
|
||||
this.appendRequest(res, sasJob, config.debug)
|
||||
resolve(res.result)
|
||||
|
||||
@@ -425,7 +425,7 @@ export class RequestClient implements HttpClient {
|
||||
if (weboutResponse === '') {
|
||||
throw new Error('Valid JSON could not be extracted from response.')
|
||||
}
|
||||
console.log('RequestClient')
|
||||
|
||||
isValidJson(weboutResponse)
|
||||
parsedResponse = JSON.parse(weboutResponse)
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user