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

chore: removed extra console.error

This commit is contained in:
Mihajlo Medjedovic
2020-09-17 12:21:49 +02:00
parent a9339b52ed
commit d61728e52a

View File

@@ -1003,7 +1003,6 @@ export class SASViyaApiClient {
const jobSpec = allJobsInFolder.find((j: Job) => j.name === jobName)
if (!jobSpec) {
console.error('Job was not found.')
throw new Error('Job was not found.')
}
@@ -1012,7 +1011,6 @@ export class SASViyaApiClient {
)?.href
if (!jobDefinitionLink) {
console.error('Job definition URI was not found.')
throw new Error('Job definition URI was not found.')
}