diff --git a/perxis/extensions/bootstrap.py b/perxis/extensions/bootstrap.py
index 8aa60db2593b3e37c48482d46c70562bae02e847..e11dd658f4432cf657c8992860afa519f8f037f0 100644
--- a/perxis/extensions/bootstrap.py
+++ b/perxis/extensions/bootstrap.py
@@ -50,8 +50,6 @@ def bootstrap(
         #                 f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
         #             )
 
-        register_extension()
-
         logger.info(f"Расширение {ext_descriptor.extension} зарегистрировано в perxis")
 
         with grpc.insecure_channel(content_host) as content_channel: