diff --git a/src/Plugin/Action/StrawberryfieldJsonPatch.php b/src/Plugin/Action/StrawberryfieldJsonPatch.php index 5975fb1..572b8ff 100644 --- a/src/Plugin/Action/StrawberryfieldJsonPatch.php +++ b/src/Plugin/Action/StrawberryfieldJsonPatch.php @@ -215,7 +215,6 @@ public function execute($entity = NULL) { if ($sbf_fields = $this->strawberryfieldUtility->bearsStrawberryfield( $entity )) { - $this->messenger()->addMessage($this->configuration['simulate']); $this->patchArray = json_decode($this->configuration['jsonpatch']); foreach ($sbf_fields as $field_name) { /* @var $field \Drupal\Core\Field\FieldItemInterface */