diff --git a/README.md b/README.md
index 97dea36463..35ad8a0b51 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-[](https://golang.org/)
+[](https://golang.org/)
[](https://vuejs.org/)
[](https://www.postgresql.org/)
[](https://redis.io/)
diff --git a/README_CN.md b/README_CN.md
index b1f5341d52..8abc009ec4 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -2,7 +2,7 @@
-[](https://golang.org/)
+[](https://golang.org/)
[](https://vuejs.org/)
[](https://www.postgresql.org/)
[](https://redis.io/)
diff --git a/frontend/src/components/common/VersionBadge.vue b/frontend/src/components/common/VersionBadge.vue
index d4937156e1..ceb8c13020 100644
--- a/frontend/src/components/common/VersionBadge.vue
+++ b/frontend/src/components/common/VersionBadge.vue
@@ -469,9 +469,8 @@ async function handleRestart() {
try {
await restartService()
// Service will restart, page will reload automatically or show disconnected
- } catch (error) {
+ } catch {
// Expected - connection will be lost during restart
- console.log('Service restarting...')
}
// Start countdown