mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 22:00:05 +00:00
chore: remove console.log statements
This commit is contained in:
@@ -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