chore: cleanup

pull/10699/head
adamelmore 2026-01-25 20:31:39 -06:00 committed by Adam
parent a09a8701ae
commit 9d35a0bcb6
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ function createGlobalSync() {
project: () => sdk.project.current().then((x) => setStore("project", x.data!.id)),
provider: () =>
sdk.provider.list().then((x) => {
console.log("provider", x)
setStore("provider", normalizeProviderList(x.data!))
}),
agent: () => sdk.app.agents().then((x) => setStore("agent", x.data ?? [])),