diff --git a/src/webui/service/service/routes.py b/src/webui/service/service/routes.py
index 62f39d3758c2e5a7d86f5b9d170913eaf798f0dc..b5873de7e3e8607e3e186f5238a30d6fa22091b7 100644
--- a/src/webui/service/service/routes.py
+++ b/src/webui/service/service/routes.py
@@ -112,13 +112,6 @@ def home():
         ste=ServiceTypeEnum, sse=ServiceStatusEnum, active_drivers=active_drivers)
 
 
-#@service.route('add', methods=['GET', 'POST'])
-#def add():
-#    flash('Add service route called', 'danger')
-#    raise NotImplementedError()
-#    #return render_template('service/home.html')
-
-
 def get_hub_module_name(dev: Device) -> Optional[str]:
     for cr in dev.device_config.config_rules:
         if cr.action == ConfigActionEnum.CONFIGACTION_SET and cr.custom and cr.custom.resource_key == "_connect/settings":