From fcba2e867dc911ed1a51750b2d0875877ec28036 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Mon, 2 Sep 2024 07:18:47 +0300 Subject: [PATCH] remove log --- ng-app/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-app/src/store.ts b/ng-app/src/store.ts index 0a3289a..ba66d7f 100644 --- a/ng-app/src/store.ts +++ b/ng-app/src/store.ts @@ -589,7 +589,7 @@ export const branch_subscribe = function(nuri:string, in_tab:boolean) { req.V0.session_id = session.session_id; unsub = await ng.app_request_stream(req, async (response) => { - console.log("GOT APP RESPONSE", response); + //console.log("GOT APP RESPONSE", response); if (response.V0.TabInfo) { tab_update(nuri, ($cur_tab) => { if (response.V0.TabInfo.branch?.id) {