Skip to content

Commit 003d963

Browse files
Refactor: remove unnecessary formation field
1 parent 6ae3bc1 commit 003d963

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

loopstructural/processing/algorithms/extract_basal_contacts.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,6 @@ def initAlgorithm(self, config: Optional[dict[str, Any]] = None) -> None:
8181
)
8282
)
8383

84-
self.addParameter(
85-
QgsProcessingParameterField(
86-
'FORMATION_FIELD',
87-
'Formation Field',
88-
parentLayerParameterName=self.INPUT_GEOLOGY,
89-
type=QgsProcessingParameterField.String,
90-
defaultValue='formation',
91-
optional=True
92-
)
93-
)
94-
9584
self.addParameter(
9685
QgsProcessingParameterFeatureSource(
9786
self.INPUT_FAULTS,

0 commit comments

Comments
 (0)