1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

chore(*): remove console log, add comments

This commit is contained in:
Krishna Acondy
2020-09-09 07:36:27 +01:00
parent f86d20b723
commit f6b1eecb42
2 changed files with 14 additions and 2 deletions

View File

@@ -251,8 +251,6 @@ export class SASViyaApiClient {
requestBody.environment = { autoExecLines }
}
console.log('Body', requestBody)
const createContextRequest: RequestInit = {
method: 'POST',
headers,