diff --git a/composer.json b/composer.json
index c99f945d5b9242840a11543729fd50a59ea8495a..866cafdc4b9b1afe5e48f70dc24698ab816d6349 100644
--- a/composer.json
+++ b/composer.json
@@ -300,12 +300,8 @@
         "https://www.drupal.org/files/issues/2904917-2.patch"
       },
       "drupal/entity_clone": {
-        "Issue #2770687: Wrong redirection of page for entity clone module":
-        "https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch",
         "Issue #2706639: Support for cloning nodes that have another entities attached":
         "https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch",
-        "Issue #2769823: Getting error after clicking on abort clone button":
-        "https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch",
         "Issue #2743379: Check permission before showing Clone operation":
         "https://www.drupal.org/files/issues/check-permission-2743379-1.patch"
       },
diff --git a/drupal-org.make b/drupal-org.make
index 01d8afbe7433a005e2e9b52919516b864511fce1..33a62c295968be3d4fa384541d24b5a339756d31 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -86,12 +86,8 @@ projects[entity][version] = 1.0-beta1
 
 projects[entity_clone][type] = module
 projects[entity_clone][version] = 1.0-alpha2
-;; Issue #2770687: Wrong redirection of page for entity clone module
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch
 ;; Issue #2706639: Support for cloning nodes that have another entities attached
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch
-;; Issue #2769823: Getting error after clicking on abort clone button
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch
 ;; Issue #2743379: Check permission before showing Clone operation
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/check-permission-2743379-1.patch