Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Jakuschona committed Jul 25, 2024
1 parent 3ca8c0f commit 77072f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/js/bundles/dn_querybuilder/FieldWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,7 @@
return [];
}
let type = field.type;
//console.log(field)
let operators = [];
//console.log(this.operators[field.operatorClass], field.operatorClass, this.operators.default[type]);
if (type === "guid" || type === "global-id"){
type = "string";
}
Expand Down

0 comments on commit 77072f4

Please sign in to comment.