diff --git a/automatic_updates_9_3_shim/src/ModuleInstaller.php b/automatic_updates_9_3_shim/src/ModuleInstaller.php
index 19feab49cca7b167b4c50d546a3484d9c486d800..2731bad51c22098766b6bb8b11996dce473224e0 100644
--- a/automatic_updates_9_3_shim/src/ModuleInstaller.php
+++ b/automatic_updates_9_3_shim/src/ModuleInstaller.php
@@ -25,7 +25,6 @@ class ModuleInstaller extends CoreModuleInstaller {
     }
     $this->connection = $connection;
     if (!$update_registry) {
-      @trigger_error('Calling ' . __METHOD__ . '() without the $update_registry argument is deprecated in drupal:9.3.0 and $update_registry argument will be required in drupal:10.0.0. See https://www.drupal.org/node/2124069', E_USER_DEPRECATED);
       $update_registry = \Drupal::service('update.update_hook_registry');
     }
     $this->updateRegistry = $update_registry;