Skip to content

Commit f7c6599

Browse files
committed
Clean up for PRD push
1 parent 1426f29 commit f7c6599

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

frontend/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ module.exports = {
5757
externals: {
5858
// global app config object
5959
config: JSON.stringify({
60-
//apiUrl: 'https://api.parserx.io'
60+
apiUrl: 'https://api.parserx.io'
6161
//apiUrl: 'http://139.144.27.208'
62-
apiUrl: 'http://192.168.1.20:8003'
62+
//apiUrl: 'http://192.168.1.20:8003'
6363
//apiUrl: 'http://192.168.1.14:8005'
6464
})
6565
}

parsers/frequency.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,5 @@ def normalize_match(self, match):
234234
FrequencyInTheX(),
235235
FrequencyAtBedtime(),
236236
FrequencyOneTime(),
237-
# NOTE: removing this parser for DRX implementation - may consider adding back
238-
FrequencyAsDirected(),
237+
# FrequencyAsDirected(), # NOTE: removing this parser for DRX implementation - may consider adding back
239238
]

parsers/route.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def normalize_match(self, match):
164164
InhalationRouteParser(),
165165
RouteParser(),
166166
TopicalRouteParser(),
167-
# InferredOralRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
168-
# InferredInhalationRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
167+
InferredOralRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
168+
InferredInhalationRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
169169
MiscellaneousRouteParser(),
170170
]
171171

0 commit comments

Comments
 (0)