We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d752f3 commit f4bcd2cCopy full SHA for f4bcd2c
src/webfrontend/mask-splitter-default-values.coffee
@@ -279,12 +279,6 @@ class ez5.ShowPoolDefaultValuesInMask extends CustomMaskSplitter
279
if isDefaultValue
280
cuiLabelLabel = cuiLabelLabel + ' (' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'
281
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
288
unless typeof cuiLabelLabel is 'string'
289
cuiLabelLabel = '(' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'
290
0 commit comments