diff --git a/Step.Core/ThreadsFunctions.cs b/Step.Core/ThreadsFunctions.cs index ec38c5c6..74110ab1 100644 --- a/Step.Core/ThreadsFunctions.cs +++ b/Step.Core/ThreadsFunctions.cs @@ -955,7 +955,8 @@ public static class ThreadsFunctions } - public static void SetupCmsConnect(){ + public static void SetupCmsConnect() + { NcAdapter ncAdapter = new NcAdapter(); try { diff --git a/Step/wwwroot/src/services/hub.ts b/Step/wwwroot/src/services/hub.ts index 62b81d89..7510a50a 100644 --- a/Step/wwwroot/src/services/hub.ts +++ b/Step/wwwroot/src/services/hub.ts @@ -89,7 +89,6 @@ export class Hub { Hub.Current.updateAuthToken() messageService.subscribeToChannel("login-reload", args => { - console.log("ENTRA") this.updateAuthToken(); });