Skip to content

Commit 41e5037

Browse files
authored
Merge 98fb78b into 0bfe57c
2 parents 0bfe57c + 98fb78b commit 41e5037

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/config/featureFlag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def _transformSpec_AddFeatureFlagDefault(specString: str, **kwargs) -> str:
151151
- 'behaviorOfDefault'
152152
- 'optionsEnum'
153153
"""
154-
log.info(f"specString: {specString}, kwargs: {kwargs}")
155154
usage = 'Usage: featureFlag(behaviorOfDefault="enabled"|"disabled", optionsEnum="BoolFlag")'
156155
if "default=" in specString:
157156
raise VdtParamError(

0 commit comments

Comments
 (0)