From 00e526b6e90ee0baf09ebf48873bc10824ab80ba Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:22:07 +0300 Subject: [PATCH] chore: remove a log --- src/components/app/AppContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/app/AppContent.tsx b/src/components/app/AppContent.tsx index 27258b35..ade11053 100644 --- a/src/components/app/AppContent.tsx +++ b/src/components/app/AppContent.tsx @@ -86,7 +86,6 @@ function AppContentInner() { }); const refreshRunningSessions = useCallback(async () => { - console.log("ASdsad") try { const response = await api.runningSessions(); if (!response.ok) {