mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-13 01:22:06 +08:00
chore: remove a log
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user