Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit c64ea80

Browse files
author
Chris McConnell
authored
Remove console.log in luis validation. (#1049)
1 parent f7da1b8 commit c64ea80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/lu/src/parser/luis/luisValidator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ const validateBoundaries = function(luisJSON) {
122122

123123
// phrase list - phraselist cannot be null or empty.
124124
phraseLists.forEach(item => {
125-
console.log(item.words)
126125
if (item.words === undefined || item.words.trim() === '' || item.words.split(',').length === 0) {
127126
validationError(retCode.errorCode.BOUNDARY_MINMUM_PHRASE_LIMIT, `0 phrases found in phrase list: ${item.name}. Empty phrase list is not allowed.`)
128127
}

0 commit comments

Comments
 (0)