You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/js/src/manager/screen/choiceset/_ChoiceSetManagerBase.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,6 @@ class _ChoiceSetManagerBase extends _SubManagerBase {
314
314
}
315
315
316
316
if(uniqueChoiceCells.length!==choices.length){
317
-
console.log(uniqueChoiceCells,choices);
318
317
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.');
0 commit comments