Skip to content

Commit f4bcd2c

Browse files
fallback for wrong data
1 parent 6d752f3 commit f4bcd2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/webfrontend/mask-splitter-default-values.coffee

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ class ez5.ShowPoolDefaultValuesInMask extends CustomMaskSplitter
279279
if isDefaultValue
280280
cuiLabelLabel = cuiLabelLabel + ' (' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'
281281

282-
console.log "fieldLabel", fieldLabel
283-
console.log "typeof fieldLabel", typeof fieldLabel
284-
285-
console.log "cuiLabelLabel", cuiLabelLabel
286-
console.log "typeof cuiLabelLabel", typeof cuiLabelLabel
287-
288282
unless typeof cuiLabelLabel is 'string'
289283
cuiLabelLabel = '(' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'
290284

0 commit comments

Comments
 (0)