chore: remove a log

This commit is contained in:
Haileyesus
2026-06-11 20:22:07 +03:00
parent 591b18e9e3
commit 00e526b6e9

View File

@@ -86,7 +86,6 @@ function AppContentInner() {
}); });
const refreshRunningSessions = useCallback(async () => { const refreshRunningSessions = useCallback(async () => {
console.log("ASdsad")
try { try {
const response = await api.runningSessions(); const response = await api.runningSessions();
if (!response.ok) { if (!response.ok) {