Skip to content

Commit

Permalink
remove comment (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayc331 authored Mar 10, 2024
1 parent dca3332 commit f1a53b0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import {
WorkflowStatus,
} from './types'
import { DEFAULT_API_DEFINITIONS } from '../../config/api_config'
import { WORKFLOW_CONFIGURATION_TYPE, WORKFLOW_TYPE_NAME } from '../../constants'
import { WORKFLOW_CONFIGURATION_TYPE } from '../../constants'
import JiraClient from '../../client/client'
import { defaultDeployChange, deployChanges } from '../../deployment/standard_deployment'
import { getLookUpName } from '../../reference_mapping'
Expand Down Expand Up @@ -485,9 +485,6 @@ const filter: FilterCreator = ({ config, client, paginator, fetchQuery, elements
return { errors: [] }
}
const workflowConfiguration = findObject(elements, WORKFLOW_CONFIGURATION_TYPE)
const workflowType = findObject(elements, WORKFLOW_TYPE_NAME)
// eslint-disable-next-line no-console
console.log('workflowType', workflowType)
if (workflowConfiguration === undefined) {
log.error('WorkflowConfiguration type was not found')
return {
Expand Down

0 comments on commit f1a53b0

Please sign in to comment.