Skip to content

Commit 2ea3fbe

Browse files
committed
Remove unnecessary log
1 parent 7881a6b commit 2ea3fbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/js/src/manager/screen/choiceset/_ChoiceSetManagerBase.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ class _ChoiceSetManagerBase extends _SubManagerBase {
314314
}
315315

316316
if (uniqueChoiceCells.length !== choices.length) {
317-
console.log(uniqueChoiceCells, choices);
318317
console.error('Attempted to create a choice set with a duplicate cell. Cell must have a unique value other than its primary text. The choice set will not be set.');
319318
return false;
320319
}

0 commit comments

Comments
 (0)