diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 07b37290..263a8335 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -58,7 +58,6 @@ export default { }, methods: { - // TODO: also call this when SocketIO reconnects. fetchManagerInfo() { const metaAPI = new API.MetaApi(getAPIClient()); metaAPI.getVersion().then((version) => {