Skip to content
Snippets Groups Projects
Verified Commit c296381b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: remove debugger from code

parent 747a74d1
No related branches found
No related tags found
No related merge requests found
...@@ -2727,7 +2727,7 @@ function convertSelectionToValue(selection) { ...@@ -2727,7 +2727,7 @@ function convertSelectionToValue(selection) {
* @returns {boolean} * @returns {boolean}
*/ */
function isValueIsEmpty(value) { function isValueIsEmpty(value) {
debugger
let equivalents = this.getOption("empty.equivalents"); let equivalents = this.getOption("empty.equivalents");
if (!isArray(equivalents)) { if (!isArray(equivalents)) {
if (equivalents === undefined) { if (equivalents === undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment