Skip to content

Commit 3f6a7a0

Browse files
committed
Remove deprecated const
1 parent 088b9e4 commit 3f6a7a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/util/constants.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Mirror of constant in /client/components/TestRenderer/OutputTextArea/constants.js
22
const NO_OUTPUT_STRING = 'No output was detected.';
33

4-
// Deprecated: AT versions supported by jobs now stored in DB on AtVersion
5-
const AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS = {};
6-
74
const VENDOR_NAME_TO_AT_MAPPING = {
85
vispero: ['JAWS'],
96
nvAccess: ['NVDA'],
@@ -12,6 +9,5 @@ const VENDOR_NAME_TO_AT_MAPPING = {
129

1310
module.exports = {
1411
NO_OUTPUT_STRING,
15-
AT_VERSIONS_SUPPORTED_BY_COLLECTION_JOBS,
1612
VENDOR_NAME_TO_AT_MAPPING
1713
};

0 commit comments

Comments
 (0)