1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-15 18:54:36 +00:00

chore(cleanup): removed console.log

This commit is contained in:
Yury Shkoda
2021-06-08 13:40:35 +03:00
parent 84090661cf
commit bdb1ffb2ef

View File

@@ -390,8 +390,6 @@ export class SASViyaApiClient {
arguments: jobArguments
}
console.log(`[jobRequestBody]`, jobRequestBody)
const { result: postedJob, etag } = await this.requestClient
.post<Job>(
`/compute/sessions/${executionSessionId}/jobs`,