Remove redundant INTERNAL_CODEQL_ACTION_DEBUG_LOC variable

This commit is contained in:
Henry Mercer 2022-11-16 16:08:33 +00:00
parent a190d3876a
commit 7cdf75141e
32 changed files with 0 additions and 32 deletions

View file

@ -115,7 +115,6 @@ for file in os.listdir('checks'):
checkJob[key] = checkSpecification[key]
checkJob['env'] = checkJob.get('env', {})
checkJob['env']['INTERNAL_CODEQL_ACTION_DEBUG_LOC'] = True
checkJob['env']['CODEQL_ACTION_TEST_MODE'] = True
checkName = file[:len(file) - 4]